From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xu8Ko-0002LJ-Cl for qemu-devel@nongnu.org; Thu, 27 Nov 2014 18:18:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xu8Kj-0006pL-Am for qemu-devel@nongnu.org; Thu, 27 Nov 2014 18:18:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56652) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xu8Kj-0006pF-3L for qemu-devel@nongnu.org; Thu, 27 Nov 2014 18:18:45 -0500 From: Laszlo Ersek Date: Fri, 28 Nov 2014 00:18:25 +0100 Message-Id: <1417130307-17714-1-git-send-email-lersek@redhat.com> In-Reply-To: <5477B0FD.9040806@redhat.com> References: <5477B0FD.9040806@redhat.com> Subject: [Qemu-devel] [qemu PATCH 0/2] DTB- and MMIO-based fw_cfg for hw/arm/virt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, edk2-devel@lists.sourceforge.net, drjones@redhat.com, ard.biesheuvel@linaro.org, peter.maydell@linaro.org, imammedo@redhat.com, mst@redhat.com A number of ARM guest firmware features [1] would like to rely on a "fw_cfg-like conduit device" [2], so let's add just that. [1] boot order, ACPI linker/loader, '-kernel' booting, maybe SMBIOS tables, etc [2] http://thread.gmane.org/gmane.comp.emulators.qemu/304059/focus=306834 Thanks, Laszlo Laszlo Ersek (2): fw_cfg: make the FW_CFG_SIZE and FW_CFG_DATA_SIZE macros public arm: add fw_cfg to "virt" board include/hw/nvram/fw_cfg.h | 3 +++ hw/arm/virt.c | 21 +++++++++++++++++++++ hw/nvram/fw_cfg.c | 2 -- 3 files changed, 24 insertions(+), 2 deletions(-) -- 1.8.3.1