mbox series

[v2,0/3] hw/i386: Cleanup AML generation for north and south bridges

Message ID 20221028103419.93398-1-shentey@gmail.com (mailing list archive)
Headers show
Series hw/i386: Cleanup AML generation for north and south bridges | expand

Message

Bernhard Beschow Oct. 28, 2022, 10:34 a.m. UTC
This series extends Igor's "x86: clean up ACPI PCI code part 2" series, doing
some further cleanup. It also simplifies experimentation with different south
bridges (PIIX4 and VT82xx) in the pc machine [1].

Testing done:
* `mache check`
* Start a live CD using "pc" and "q35" machine types

v2:
* Rebase onto https://patchew.org/QEMU/20221017102146.2254096-1-imammedo@redhat.com/
* Squash and rework patches 3 and 4

[1] https://github.com/shentok/qemu/tree/pc-via

Based-on: <20221017102146.2254096-1-imammedo@redhat.com>

Bernhard Beschow (3):
  hw/i386/acpi-build: Remove unused struct
  hw/i386/acpi-build: Resolve redundant attribute
  hw/i386/acpi-build: Resolve north rather than south bridges

 hw/i386/acpi-build.c | 28 +++++++---------------------
 1 file changed, 7 insertions(+), 21 deletions(-)