From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.25.205.13 with SMTP id d13csp1278687lfg; Thu, 12 Jan 2017 06:36:38 -0800 (PST) X-Received: by 10.200.54.247 with SMTP id b52mr14569346qtc.124.1484231798016; Thu, 12 Jan 2017 06:36:38 -0800 (PST) Return-Path: Received: from lists.gnu.org (lists.gnu.org. [2001:4830:134:3::11]) by mx.google.com with ESMTPS id 2si6224368qke.29.2017.01.12.06.36.37 for (version=TLS1 cipher=AES128-SHA bits=128/128); Thu, 12 Jan 2017 06:36:38 -0800 (PST) Received-SPF: pass (google.com: domain of qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) client-ip=2001:4830:134:3::11; Authentication-Results: mx.google.com; spf=pass (google.com: domain of qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) smtp.mailfrom=qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org Received: from localhost ([::1]:34428 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRgUX-0006oB-F9 for alex.bennee@linaro.org; Thu, 12 Jan 2017 09:36:37 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRgP0-0002GH-Iu for qemu-arm@nongnu.org; Thu, 12 Jan 2017 09:30:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRgOx-0000hk-DK for qemu-arm@nongnu.org; Thu, 12 Jan 2017 09:30:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50870) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cRgOx-0000hJ-4b; Thu, 12 Jan 2017 09:30:51 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id CF7E661B90; Thu, 12 Jan 2017 14:30:50 +0000 (UTC) Received: from redhat.com (dhcp-17-97.bos.redhat.com [10.18.17.97]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id v0CEUm51013621; Thu, 12 Jan 2017 09:30:48 -0500 Date: Thu, 12 Jan 2017 16:30:47 +0200 From: "Michael S. Tsirkin" To: Laszlo Ersek Message-ID: <20170112163009-mutt-send-email-mst@kernel.org> References: <20170111173457.30455-1-lersek@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170111173457.30455-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Thu, 12 Jan 2017 14:30:51 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 Subject: Re: [Qemu-arm] [PATCH v5 wave 1 0/4] fw-cfg: support writeable blobs and more files X-BeenThere: qemu-arm@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , Stefano Stabellini , Eduardo Habkost , "Gabriel L. Somlo" , Shannon Zhao , Mark Cave-Ayland , qemu devel list , Alexander Graf , Michael Walle , qemu-arm@nongnu.org, Gerd Hoffmann , Paolo Bonzini , Anthony Perard , Igor Mammedov , Artyom Tarasenko , David Gibson Errors-To: qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org Sender: "Qemu-arm" X-TUID: Jbx38Y0G+nah On Wed, Jan 11, 2017 at 06:34:53PM +0100, Laszlo Ersek wrote: > This is the first (fw_cfg) half of the v5 iteration of the series posted > here: > . > > In this version, the fw_cfg patches have been separated into a > standalone "wave", for helping review / maintenance, and also for > enabling independent features on top of writeable blobs. More > importantly, I've addressed Igor's v4 feedback. See the individual > patches for the details. > > Patch #3 is included verbatim from Eduardo's pending series (see the > patch notes for the archive URL), as a dependency for patch #4. If > Eduardo's series is merged first, patch #3 can be dropped (in fact > git-rebase should do it automatically). > > Please excuse the surprisingly long list of CC's, it's due to the fact > that fw_cfg is quite widely used (see patch #4). Looks good. So what's the plan for merging this? I think I'll merge part 1 and then Paolo merges part 2 - is that what you had in mind? > Cc: "Gabriel L. Somlo" > Cc: "Michael S. Tsirkin" > Cc: Alexander Graf > Cc: Anthony Perard > Cc: Artyom Tarasenko > Cc: David Gibson > Cc: Eduardo Habkost > Cc: Gerd Hoffmann > Cc: Igor Mammedov > Cc: Laszlo Ersek > Cc: Mark Cave-Ayland > Cc: Michael Walle > Cc: Paolo Bonzini > Cc: Peter Maydell > Cc: Shannon Zhao > Cc: Stefano Stabellini > Cc: qemu-arm@nongnu.org > > Thanks > Laszlo > > > Eduardo Habkost (1): > pc: Add 2.9 machine-types > > Laszlo Ersek (2): > fw-cfg: turn FW_CFG_FILE_SLOTS into a device property > fw-cfg: bump "file_slots" to 0x20 for 2.9+ machine types > > Michael S. Tsirkin (1): > fw-cfg: support writeable blobs > > docs/specs/fw_cfg.txt | 36 ++++++++++---- > hw/lm32/lm32_hwsetup.h | 2 +- > include/hw/compat.h | 10 +++- > include/hw/i386/pc.h | 2 + > include/hw/loader.h | 7 +-- > include/hw/nvram/fw_cfg.h | 3 +- > include/hw/nvram/fw_cfg_keys.h | 3 +- > hw/arm/virt-acpi-build.c | 2 +- > hw/core/loader.c | 18 ++++--- > hw/i386/acpi-build.c | 4 +- > hw/i386/pc_piix.c | 15 ++++-- > hw/i386/pc_q35.c | 13 ++++- > hw/nvram/fw_cfg.c | 110 +++++++++++++++++++++++++++++++++++------ > 13 files changed, 177 insertions(+), 48 deletions(-) > > -- > 2.9.3 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRgPA-0002OB-PV for qemu-devel@nongnu.org; Thu, 12 Jan 2017 09:31:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRgP5-0000m5-TQ for qemu-devel@nongnu.org; Thu, 12 Jan 2017 09:31:04 -0500 Date: Thu, 12 Jan 2017 16:30:47 +0200 From: "Michael S. Tsirkin" Message-ID: <20170112163009-mutt-send-email-mst@kernel.org> References: <20170111173457.30455-1-lersek@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170111173457.30455-1-lersek@redhat.com> Subject: Re: [Qemu-devel] [PATCH v5 wave 1 0/4] fw-cfg: support writeable blobs and more files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: qemu devel list , "Gabriel L. Somlo" , Alexander Graf , Anthony Perard , Artyom Tarasenko , David Gibson , Eduardo Habkost , Gerd Hoffmann , Igor Mammedov , Mark Cave-Ayland , Michael Walle , Paolo Bonzini , Peter Maydell , Shannon Zhao , Stefano Stabellini , qemu-arm@nongnu.org On Wed, Jan 11, 2017 at 06:34:53PM +0100, Laszlo Ersek wrote: > This is the first (fw_cfg) half of the v5 iteration of the series posted > here: > . > > In this version, the fw_cfg patches have been separated into a > standalone "wave", for helping review / maintenance, and also for > enabling independent features on top of writeable blobs. More > importantly, I've addressed Igor's v4 feedback. See the individual > patches for the details. > > Patch #3 is included verbatim from Eduardo's pending series (see the > patch notes for the archive URL), as a dependency for patch #4. If > Eduardo's series is merged first, patch #3 can be dropped (in fact > git-rebase should do it automatically). > > Please excuse the surprisingly long list of CC's, it's due to the fact > that fw_cfg is quite widely used (see patch #4). Looks good. So what's the plan for merging this? I think I'll merge part 1 and then Paolo merges part 2 - is that what you had in mind? > Cc: "Gabriel L. Somlo" > Cc: "Michael S. Tsirkin" > Cc: Alexander Graf > Cc: Anthony Perard > Cc: Artyom Tarasenko > Cc: David Gibson > Cc: Eduardo Habkost > Cc: Gerd Hoffmann > Cc: Igor Mammedov > Cc: Laszlo Ersek > Cc: Mark Cave-Ayland > Cc: Michael Walle > Cc: Paolo Bonzini > Cc: Peter Maydell > Cc: Shannon Zhao > Cc: Stefano Stabellini > Cc: qemu-arm@nongnu.org > > Thanks > Laszlo > > > Eduardo Habkost (1): > pc: Add 2.9 machine-types > > Laszlo Ersek (2): > fw-cfg: turn FW_CFG_FILE_SLOTS into a device property > fw-cfg: bump "file_slots" to 0x20 for 2.9+ machine types > > Michael S. Tsirkin (1): > fw-cfg: support writeable blobs > > docs/specs/fw_cfg.txt | 36 ++++++++++---- > hw/lm32/lm32_hwsetup.h | 2 +- > include/hw/compat.h | 10 +++- > include/hw/i386/pc.h | 2 + > include/hw/loader.h | 7 +-- > include/hw/nvram/fw_cfg.h | 3 +- > include/hw/nvram/fw_cfg_keys.h | 3 +- > hw/arm/virt-acpi-build.c | 2 +- > hw/core/loader.c | 18 ++++--- > hw/i386/acpi-build.c | 4 +- > hw/i386/pc_piix.c | 15 ++++-- > hw/i386/pc_q35.c | 13 ++++- > hw/nvram/fw_cfg.c | 110 +++++++++++++++++++++++++++++++++++------ > 13 files changed, 177 insertions(+), 48 deletions(-) > > -- > 2.9.3