Previous version (v5): http://lists.nongnu.org/archive/html/qemu-devel/2017-01/msg01897.html
Changes in v6 (see the individual patches for details): - pick up feedback tags - rename the "file_slots" property to "x-file-slots" [Eduardo, Michael] Cc: "Gabriel L. Somlo" <[email protected]> Cc: "Michael S. Tsirkin" <[email protected]> Cc: Alexander Graf <[email protected]> Cc: Anthony Perard <[email protected]> Cc: Artyom Tarasenko <[email protected]> Cc: David Gibson <[email protected]> Cc: Eduardo Habkost <[email protected]> Cc: Gabriel Somlo <[email protected]> Cc: Gerd Hoffmann <[email protected]> Cc: Igor Mammedov <[email protected]> Cc: Laszlo Ersek <[email protected]> Cc: Mark Cave-Ayland <[email protected]> Cc: Michael Walle <[email protected]> Cc: Paolo Bonzini <[email protected]> Cc: Peter Maydell <[email protected]> Cc: Shannon Zhao <[email protected]> Cc: Stefano Stabellini <[email protected]> Cc: [email protected] 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 "x-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
