mbox series

[0/4] Cleanup AML generation for north and south bridges

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

Message

Bernhard Beschow Oct. 26, 2022, 1:31 p.m. UTC
While refactoring of PCI AML generation seems to be still ongoing, this series
attempts to be an intermediate, short-term step to improve comprehensibility of
the code. It also simplifies experimentation with different south bridges (PIIX4
and VT82xx) in the pc machine.

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

Bernhard Beschow (4):
  hw/i386/acpi-build: Remove unused struct
  hw/i386/acpi-build: Resolve redundant attribute
  hw/i386/acpi-build: Resolve PIIX ISA bridge rather than ACPI
    controller
  hw/i386/acpi-build: Generate AML for north and south bridges
    separately

 hw/i386/acpi-build.c | 45 ++++++++++++++++++--------------------------
 1 file changed, 18 insertions(+), 27 deletions(-)