All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC PATCH 0/4] pc: Support firmware configuration with -blockdev (splitted)
@ 2019-03-04 19:48 Philippe Mathieu-Daudé
  2019-03-04 19:48 ` [Qemu-devel] [PATCH 1/4] pflash_cfi01: Add pflash_cfi01_get_blk() helper Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-03-04 19:48 UTC (permalink / raw)
  To: qemu-devel, Markus Armbruster
  Cc: Laszlo Ersek, qemu-block, Kevin Wolf, Paolo Bonzini, Max Reitz,
	Michael S. Tsirkin, Philippe Mathieu-Daudé

While reviewing Markus' series [*] I splitted the last patch (6/6) to
understand it better.

[*] https://lists.gnu.org/archive/html/qemu-devel/2019-02/msg06798.html

Based-on: <20190225183757.27378-6-armbru@redhat.com>

Markus Armbruster (1):
  pc: Support firmware configuration with -blockdev

Philippe Mathieu-Daudé (3):
  pflash_cfi01: Add pflash_cfi01_get_blk() helper
  hw/i386/pc_sysfw: Remove obsolete PcSysFwDevice
  hw/i386/pc_sysfw: Let pc_system_firmware_init() access PCMachineState

 hw/block/pflash_cfi01.c  |   5 +
 hw/i386/pc.c             |   4 +-
 hw/i386/pc_sysfw.c       | 232 +++++++++++++++++++++++++--------------
 include/hw/block/flash.h |   1 +
 include/hw/i386/pc.h     |   6 +-
 5 files changed, 164 insertions(+), 84 deletions(-)

-- 
2.20.1

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

end of thread, other threads:[~2019-03-07 15:29 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-04 19:48 [Qemu-devel] [RFC PATCH 0/4] pc: Support firmware configuration with -blockdev (splitted) Philippe Mathieu-Daudé
2019-03-04 19:48 ` [Qemu-devel] [PATCH 1/4] pflash_cfi01: Add pflash_cfi01_get_blk() helper Philippe Mathieu-Daudé
2019-03-05 17:17   ` Laszlo Ersek
2019-03-06 14:16     ` Markus Armbruster
2019-03-04 19:48 ` [Qemu-devel] [PATCH 2/4] hw/i386/pc_sysfw: Remove obsolete PcSysFwDevice Philippe Mathieu-Daudé
2019-03-05 17:19   ` Laszlo Ersek
2019-03-04 19:48 ` [Qemu-devel] [PATCH 3/4] hw/i386/pc_sysfw: Let pc_system_firmware_init() access PCMachineState Philippe Mathieu-Daudé
2019-03-05 17:30   ` Laszlo Ersek
2019-03-07 15:29     ` Markus Armbruster
2019-03-04 19:48 ` [Qemu-devel] [RFC PATCH 4/4] pc: Support firmware configuration with -blockdev Philippe Mathieu-Daudé
2019-03-05 17:34   ` Laszlo Ersek
2019-03-05 17:53     ` Philippe Mathieu-Daudé
2019-03-06 14:21 ` [Qemu-devel] [RFC PATCH 0/4] pc: Support firmware configuration with -blockdev (splitted) Markus Armbruster

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.