From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRk38-0000vh-T6 for qemu-devel@nongnu.org; Thu, 12 Jan 2017 13:24:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRk37-0002L0-QB for qemu-devel@nongnu.org; Thu, 12 Jan 2017 13:24:34 -0500 From: Laszlo Ersek Date: Thu, 12 Jan 2017 19:24:13 +0100 Message-Id: <20170112182417.9548-1-lersek@redhat.com> Subject: [Qemu-devel] [PATCH v6 wave 1 0/4] fw-cfg: support writeable blobs and more files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu devel list Cc: "Gabriel L. Somlo" , "Michael S. Tsirkin" , Alexander Graf , Anthony Perard , Artyom Tarasenko , David Gibson , Eduardo Habkost , Gerd Hoffmann , Igor Mammedov , Mark Cave-Ayland , Michael Walle , Paolo Bonzini , Peter Maydell , Shannon Zhao , Stefano Stabellini , qemu-arm@nongnu.org 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" Cc: "Michael S. Tsirkin" Cc: Alexander Graf Cc: Anthony Perard Cc: Artyom Tarasenko Cc: David Gibson Cc: Eduardo Habkost Cc: Gabriel Somlo Cc: Gerd Hoffmann Cc: Igor Mammedov Cc: Laszlo Ersek Cc: Mark Cave-Ayland Cc: Michael Walle Cc: Paolo Bonzini Cc: Peter Maydell Cc: Shannon Zhao Cc: Stefano Stabellini Cc: qemu-arm@nongnu.org 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