From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzScY-0007Vo-4Z for qemu-devel@nongnu.org; Fri, 12 Dec 2014 10:59:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzScQ-00035E-LT for qemu-devel@nongnu.org; Fri, 12 Dec 2014 10:59:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzScQ-000350-Eb for qemu-devel@nongnu.org; Fri, 12 Dec 2014 10:59:02 -0500 From: Laszlo Ersek Date: Fri, 12 Dec 2014 16:58:44 +0100 Message-Id: <1418399932-7658-1-git-send-email-lersek@redhat.com> Subject: [Qemu-devel] [PATCH v4 0/8] fw_cfg, bootorder, and UEFI+'-kernel' on arm/virt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org, qemu-devel@nongnu.org, rjones@redhat.com, drjones@redhat.com, lersek@redhat.com Addressing Peter's review comments for v3. Patch #2 is new; I thought recognizing & rejecting the overlapping I/O ports in case the data port was wider than 1 byte merited a separate patch. Other changes are noted per-patch. Rebased the series and ran checkpatch on all patches. Thanks Laszlo Laszlo Ersek (8): fw_cfg: max access size and region size are the same for MMIO data reg fw_cfg: generalize overlap check for combining control and data I/O ports fw_cfg: introduce the "data_memwidth" property fw_cfg: expose the "data_memwidth" prop with fw_cfg_init_data_memwidth() arm: add fw_cfg to "virt" board hw/loader: split out load_image_gzipped_buffer() hw/arm: pass pristine kernel image to guest firmware over fw_cfg hw/arm/virt: enable passing of EFI-stubbed kernel to guest UEFI firmware include/hw/arm/arm.h | 5 +++ include/hw/loader.h | 9 +++++ include/hw/nvram/fw_cfg.h | 3 ++ hw/arm/boot.c | 91 ++++++++++++++++++++++++++++++++++++++++++++--- hw/arm/virt.c | 22 ++++++++++++ hw/core/loader.c | 30 +++++++++++----- hw/nvram/fw_cfg.c | 49 ++++++++++++++++++++----- 7 files changed, 187 insertions(+), 22 deletions(-) -- 1.8.3.1