All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-arm] [PATCH v5 wave 1 0/4] fw-cfg: support writeable blobs and more files
@ 2017-01-11 17:34 ` Laszlo Ersek
  0 siblings, 0 replies; 20+ messages in thread
From: Laszlo Ersek @ 2017-01-11 17:34 UTC (permalink / raw)
  To: qemu devel list
  Cc: Peter Maydell, Stefano Stabellini, Eduardo Habkost,
	Michael S. Tsirkin, Gabriel L. Somlo, Shannon Zhao,
	Mark Cave-Ayland, Alexander Graf, Michael Walle, qemu-arm,
	Gerd Hoffmann, Paolo Bonzini, Anthony Perard, Igor Mammedov,
	Artyom Tarasenko, David Gibson

This is the first (fw_cfg) half of the v5 iteration of the series posted
here:
<http://lists.nongnu.org/archive/html/qemu-devel/2016-12/msg00129.html>.

In this version, the fw_cfg patches have been separated into a
standalone "wave", for helping review / maintenance, and also for
enabling independent features on top of writeable blobs. More
importantly, I've addressed Igor's v4 feedback. See the individual
patches for the details.

Patch #3 is included verbatim from Eduardo's pending series (see the
patch notes for the archive URL), as a dependency for patch #4. If
Eduardo's series is merged first, patch #3 can be dropped (in fact
git-rebase should do it automatically).

Please excuse the surprisingly long list of CC's, it's due to the fact
that fw_cfg is quite widely used (see patch #4).

Cc: "Gabriel L. Somlo" <somlo@cmu.edu>
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Alexander Graf <agraf@suse.de>
Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Artyom Tarasenko <atar4qemu@gmail.com>
Cc: David Gibson <david@gibson.dropbear.id.au>
Cc: Eduardo Habkost <ehabkost@redhat.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Igor Mammedov <imammedo@redhat.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Cc: Michael Walle <michael@walle.cc>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Shannon Zhao <zhaoshenglong@huawei.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
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 "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


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2017-01-12 16:45 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-11 17:34 [Qemu-arm] [PATCH v5 wave 1 0/4] fw-cfg: support writeable blobs and more files Laszlo Ersek
2017-01-11 17:34 ` [Qemu-devel] " Laszlo Ersek
2017-01-11 17:34 ` [Qemu-arm] [PATCH v5 wave 1 1/4] fw-cfg: support writeable blobs Laszlo Ersek
2017-01-11 17:34   ` [Qemu-devel] " Laszlo Ersek
2017-01-11 17:34 ` [Qemu-devel] [PATCH v5 wave 1 2/4] fw-cfg: turn FW_CFG_FILE_SLOTS into a device property Laszlo Ersek
2017-01-12 13:10   ` Eduardo Habkost
2017-01-12 16:30     ` Laszlo Ersek
2017-01-12 16:45       ` Eduardo Habkost
2017-01-12 14:29   ` Michael S. Tsirkin
2017-01-12 16:34     ` Laszlo Ersek
2017-01-11 17:34 ` [Qemu-devel] [PATCH v5 wave 1 3/4] pc: Add 2.9 machine-types Laszlo Ersek
2017-01-11 17:34 ` [Qemu-devel] [PATCH v5 wave 1 4/4] fw-cfg: bump "file_slots" to 0x20 for 2.9+ machine types Laszlo Ersek
2017-01-12  2:25 ` [Qemu-arm] [PATCH v5 wave 1 0/4] fw-cfg: support writeable blobs and more files Gabriel L. Somlo
2017-01-12  2:25   ` [Qemu-devel] " Gabriel L. Somlo
2017-01-12 10:09   ` [Qemu-arm] " Laszlo Ersek
2017-01-12 10:09     ` [Qemu-devel] " Laszlo Ersek
2017-01-12 14:30 ` [Qemu-arm] " Michael S. Tsirkin
2017-01-12 14:30   ` [Qemu-devel] " Michael S. Tsirkin
2017-01-12 16:37   ` [Qemu-arm] " Laszlo Ersek
2017-01-12 16:37     ` [Qemu-devel] " Laszlo Ersek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.