qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Resolve TYPE_PIIX3_XEN_DEVICE
@ 2023-01-02 21:34 Bernhard Beschow
  2023-01-02 21:34 ` [PATCH 1/6] include/hw/xen/xen: Make xen_piix3_set_irq() generic and rename it Bernhard Beschow
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Bernhard Beschow @ 2023-01-02 21:34 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paul Durrant, Marcel Apfelbaum, Michael S. Tsirkin,
	Stefano Stabellini, Anthony Perard, Aurelien Jarno,
	Philippe Mathieu-Daudé, Eduardo Habkost, xen-devel,
	Hervé Poussineau, Paolo Bonzini, Richard Henderson,
	Bernhard Beschow

This series first renders TYPE_PIIX3_XEN_DEVICE redundant and finally removes
it. The motivation is to 1/ decouple PIIX from Xen and 2/ to make Xen in the PC
machine agnostic to the precise southbridge being used. 2/ will become
particularily interesting once PIIX4 becomes usable in the PC machine, avoiding
the "Frankenstein" use of PIIX4_ACPI in PIIX3.

Testing done:
None, because I don't know how to conduct this properly :(

Based-on: <20221221170003.2929-1-shentey@gmail.com>
          "[PATCH v4 00/30] Consolidate PIIX south bridges"

Bernhard Beschow (6):
  include/hw/xen/xen: Make xen_piix3_set_irq() generic and rename it
  hw/isa/piix: Reuse piix3_realize() in piix3_xen_realize()
  hw/isa/piix: Wire up Xen PCI IRQ handling outside of PIIX3
  hw/isa/piix: Avoid Xen-specific variant of piix_write_config()
  hw/isa/piix: Resolve redundant k->config_write assignments
  hw/isa/piix: Resolve redundant TYPE_PIIX3_XEN_DEVICE

 hw/i386/pc_piix.c             | 34 ++++++++++++++++--
 hw/i386/xen/xen-hvm.c         |  9 +++--
 hw/isa/piix.c                 | 66 +----------------------------------
 include/hw/southbridge/piix.h |  1 -
 include/hw/xen/xen.h          |  2 +-
 stubs/xen-hw-stub.c           |  2 +-
 6 files changed, 40 insertions(+), 74 deletions(-)

-- 
2.39.0



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

end of thread, other threads:[~2023-01-04 16:50 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-02 21:34 [PATCH 0/6] Resolve TYPE_PIIX3_XEN_DEVICE Bernhard Beschow
2023-01-02 21:34 ` [PATCH 1/6] include/hw/xen/xen: Make xen_piix3_set_irq() generic and rename it Bernhard Beschow
2023-01-02 21:35 ` [PATCH 2/6] hw/isa/piix: Reuse piix3_realize() in piix3_xen_realize() Bernhard Beschow
2023-01-02 21:35 ` [PATCH 3/6] hw/isa/piix: Wire up Xen PCI IRQ handling outside of PIIX3 Bernhard Beschow
2023-01-02 21:35 ` [PATCH 4/6] hw/isa/piix: Avoid Xen-specific variant of piix_write_config() Bernhard Beschow
2023-01-02 21:35 ` [PATCH 5/6] hw/isa/piix: Resolve redundant k->config_write assignments Bernhard Beschow
2023-01-03 13:20   ` Philippe Mathieu-Daudé
2023-01-02 21:35 ` [PATCH 6/6] hw/isa/piix: Resolve redundant TYPE_PIIX3_XEN_DEVICE Bernhard Beschow
2023-01-03  3:15 ` [PATCH 0/6] Resolve TYPE_PIIX3_XEN_DEVICE Chuck Zmudzinski
2023-01-03 13:17   ` Philippe Mathieu-Daudé
2023-01-03 13:38     ` Bernhard Beschow
2023-01-03 17:25       ` Chuck Zmudzinski
2023-01-03 23:12         ` Bernhard Beschow
2023-01-04  8:18       ` Chuck Zmudzinski
2023-01-04 12:13         ` Bernhard Beschow
2023-01-04 13:11           ` Chuck Zmudzinski
2023-01-04 16:12             ` Bernhard Beschow
2023-01-04 16:49               ` Chuck Zmudzinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).