From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:42880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0taP-0001YF-MD for qemu-devel@nongnu.org; Mon, 04 Mar 2019 14:49:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0taO-0000QD-N5 for qemu-devel@nongnu.org; Mon, 04 Mar 2019 14:49:17 -0500 From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Mon, 4 Mar 2019 20:48:53 +0100 Message-Id: <20190304194857.9780-1-philmd@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [RFC PATCH 0/4] pc: Support firmware configuration with -blockdev (splitted) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Markus Armbruster Cc: Laszlo Ersek , qemu-block@nongnu.org, Kevin Wolf , Paolo Bonzini , Max Reitz , "Michael S. Tsirkin" , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= While reviewing Markus' series [*] I splitted the last patch (6/6) to understand it better. [*] https://lists.gnu.org/archive/html/qemu-devel/2019-02/msg06798.html Based-on: <20190225183757.27378-6-armbru@redhat.com> Markus Armbruster (1): pc: Support firmware configuration with -blockdev Philippe Mathieu-Daud=C3=A9 (3): pflash_cfi01: Add pflash_cfi01_get_blk() helper hw/i386/pc_sysfw: Remove obsolete PcSysFwDevice hw/i386/pc_sysfw: Let pc_system_firmware_init() access PCMachineState hw/block/pflash_cfi01.c | 5 + hw/i386/pc.c | 4 +- hw/i386/pc_sysfw.c | 232 +++++++++++++++++++++++++-------------- include/hw/block/flash.h | 1 + include/hw/i386/pc.h | 6 +- 5 files changed, 164 insertions(+), 84 deletions(-) --=20 2.20.1