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