From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 649DFCA9EA0 for ; Tue, 22 Oct 2019 04:11:06 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2F80D2077C for ; Tue, 22 Oct 2019 04:11:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2F80D2077C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ozlabs.ru Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:49844 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iMlVh-0006CP-Cw for qemu-devel@archiver.kernel.org; Tue, 22 Oct 2019 00:11:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50283) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iMlV2-0005Pp-6P for qemu-devel@nongnu.org; Tue, 22 Oct 2019 00:10:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iMlV0-0003zI-8L for qemu-devel@nongnu.org; Tue, 22 Oct 2019 00:10:23 -0400 Received: from ozlabs.ru ([107.173.13.209]:60794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iMlV0-0003yf-3C; Tue, 22 Oct 2019 00:10:22 -0400 Received: from fstn1-p1.ozlabs.ibm.com (localhost [IPv6:::1]) by ozlabs.ru (Postfix) with ESMTP id 4C436AE80013; Tue, 22 Oct 2019 00:09:03 -0400 (EDT) From: Alexey Kardashevskiy To: David Gibson Subject: [GIT PULL for qemu-pseries] pseries: Update SLOF firmware image Date: Tue, 22 Oct 2019 15:09:45 +1100 Message-Id: <20191022040945.35730-1-aik@ozlabs.ru> X-Mailer: git-send-email 2.17.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 107.173.13.209 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Alexey Kardashevskiy , qemu-ppc@nongnu.org, qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" The following changes since commit 7cff77c24d8f5e558cef3538a44044d66aa225a5: spapr: Move SpaprIrq::nr_xirqs to SpaprMachineClass (2019-10-16 12:01:41 +1100) are available in the Git repository at: git@github.com:aik/qemu.git tags/qemu-slof-20191022 for you to fetch changes up to 8e59d05f71ae783e12a8eb7eb582e0a86ba3d6dc: pseries: Update SLOF firmware image (2019-10-22 15:05:36 +1100) ---------------------------------------------------------------- Alexey Kardashevskiy (1): pseries: Update SLOF firmware image pc-bios/README | 2 +- pc-bios/slof.bin | Bin 930640 -> 928552 bytes roms/SLOF | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) *** Note: this is not for master, this is for pseries