All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Revert "hw/i386/pc: Confine system flash handling to pc_sysfw"
@ 2024-02-26 21:59 Bernhard Beschow
  2024-02-26 21:59 ` [PATCH 1/2] Revert "hw/i386/pc_sysfw: Inline pc_system_flash_create() and remove it" Bernhard Beschow
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Bernhard Beschow @ 2024-02-26 21:59 UTC (permalink / raw)
  To: qemu-devel
  Cc: Michael S. Tsirkin, Eduardo Habkost, Marcel Apfelbaum,
	Philippe Mathieu-Daudé, Paolo Bonzini, Richard Henderson,
	Bernhard Beschow

As reported by Volker [1], commit 6f6ad2b24582 "hw/i386/pc: Confine system
flash handling to pc_sysfw" causes a regression when specifying the property
`-M pflash0` in the PCI PC machines:
  qemu-system-x86_64: Property 'pc-q35-9.0-machine.pflash0' not found
Revert the commit for now until a solution is found.

Best regards,
Bernhard

[1] https://lore.kernel.org/qemu-devel/9e82a04b-f2c1-4e34-b4b6-46a0581b572f@t-online.de/

Bernhard Beschow (2):
  Revert "hw/i386/pc_sysfw: Inline pc_system_flash_create() and remove
    it"
  Revert "hw/i386/pc: Confine system flash handling to pc_sysfw"

 include/hw/i386/pc.h |  2 ++
 hw/i386/pc.c         |  1 +
 hw/i386/pc_piix.c    |  1 +
 hw/i386/pc_sysfw.c   | 17 +++++++++++++----
 4 files changed, 17 insertions(+), 4 deletions(-)

-- 
2.44.0



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

end of thread, other threads:[~2024-03-09 15:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-26 21:59 [PATCH 0/2] Revert "hw/i386/pc: Confine system flash handling to pc_sysfw" Bernhard Beschow
2024-02-26 21:59 ` [PATCH 1/2] Revert "hw/i386/pc_sysfw: Inline pc_system_flash_create() and remove it" Bernhard Beschow
2024-02-26 21:59 ` [PATCH 2/2] Revert "hw/i386/pc: Confine system flash handling to pc_sysfw" Bernhard Beschow
2024-02-29 19:38 ` [PATCH 0/2] " Bernhard Beschow
2024-03-01  5:37   ` Michael S. Tsirkin
2024-03-09 15:13 ` Alex Williamson

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.