qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/7] AML Housekeeping
@ 2023-01-16 15:29 Bernhard Beschow
  2023-01-16 15:29 ` [PATCH v3 1/7] hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::madt_cpu Bernhard Beschow
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Bernhard Beschow @ 2023-01-16 15:29 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-trivial, Richard Henderson, Paolo Bonzini,
	Philippe Mathieu-Daudé, Markus Armbruster, Eduardo Habkost,
	Michael S. Tsirkin, Ani Sinha, Marcel Apfelbaum, Igor Mammedov,
	Aurelien Jarno, Bernhard Beschow

This series resolves the AcpiDeviceIfClass::madt_cpu function pointer. It turns
out that it isn't needed and it even frees the ACPI controllers from assigning
it an x86 specific function. This is especially interesting for the PIIX4 PM
which is also used in MIPS only contexts.

Furthermore, the series introduces qbus_build_aml() which then gets
used to resolve isa_build_aml().

v3:
- Clean up includes in AcpiDeviceIfClass::madt_cpu sub series last (Markus)
- Restructure qbus_build_aml() sub series (Phil, me)

v2:
- Don't inline qbus_build_aml() (Phil)
- Add 'hw/acpi/piix4: No need to #include "hw/southbridge/piix.h"'

Testing done:
* `make check`
* `make check-avocado`
* `qemu-system-x86_64 -M pc -m 2G -cdrom manjaro-kde-21.2.6-220416-linux515.iso`
* `qemu-system-x86_64 -M q35 -m 2G -cdrom \
   manjaro-kde-21.2.6-220416-linux515.iso`

Bernhard Beschow (7):
  hw/acpi/acpi_dev_interface: Remove unused parameter from
    AcpiDeviceIfClass::madt_cpu
  hw/acpi/acpi_dev_interface: Resolve AcpiDeviceIfClass::madt_cpu
  hw/acpi/acpi_dev_interface: Remove now unused #include "hw/boards.h"
  hw/acpi/piix4: No need to #include "hw/southbridge/piix.h"
  hw/i386/acpi-build: Remove unused attributes
  hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml()
  piix3, ich9: Reuse qbus_build_aml()

 hw/acpi/hmat.h                       |  3 ++-
 hw/i386/acpi-common.h                |  7 +++++--
 include/hw/acpi/acpi_aml_interface.h |  3 +++
 include/hw/acpi/acpi_dev_interface.h |  4 ----
 include/hw/acpi/cpu.h                |  6 +++++-
 include/hw/i386/pc.h                 |  6 ------
 include/hw/isa/isa.h                 |  1 -
 hw/acpi/acpi-x86-stub.c              |  7 -------
 hw/acpi/acpi_interface.c             | 10 ++++++++++
 hw/acpi/cpu.c                        | 12 +++++-------
 hw/acpi/hmat.c                       |  1 +
 hw/acpi/memory_hotplug.c             |  1 +
 hw/acpi/piix4.c                      |  3 ---
 hw/i2c/smbus_ich9.c                  |  5 +----
 hw/i386/acpi-build.c                 |  7 ++-----
 hw/i386/acpi-common.c                | 10 ++++------
 hw/i386/acpi-microvm.c               |  6 +++---
 hw/i386/generic_event_device_x86.c   |  9 ---------
 hw/isa/isa-bus.c                     | 10 ----------
 hw/isa/lpc_ich9.c                    |  6 +-----
 hw/isa/piix3.c                       |  5 +----
 monitor/qmp-cmds.c                   |  1 +
 22 files changed, 45 insertions(+), 78 deletions(-)

-- 
2.39.0



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

end of thread, other threads:[~2023-01-24 12:14 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-16 15:29 [PATCH v3 0/7] AML Housekeeping Bernhard Beschow
2023-01-16 15:29 ` [PATCH v3 1/7] hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::madt_cpu Bernhard Beschow
2023-01-16 16:37   ` Igor Mammedov
2023-01-16 15:29 ` [PATCH v3 2/7] hw/acpi/acpi_dev_interface: Resolve AcpiDeviceIfClass::madt_cpu Bernhard Beschow
2023-01-16 16:29   ` Igor Mammedov
2023-01-17  0:30     ` Bernhard Beschow
2023-01-17 14:49       ` Bernhard Beschow
2023-01-18 14:59       ` Igor Mammedov
2023-01-19 14:47         ` Bernhard Beschow
2023-01-20 16:34           ` Igor Mammedov
2023-01-21 15:37             ` Bernhard Beschow
2023-01-24 12:13               ` Igor Mammedov
2023-01-16 15:29 ` [PATCH v3 3/7] hw/acpi/acpi_dev_interface: Remove now unused #include "hw/boards.h" Bernhard Beschow
2023-01-16 15:29 ` [PATCH v3 4/7] hw/acpi/piix4: No need to #include "hw/southbridge/piix.h" Bernhard Beschow
2023-01-16 15:29 ` [PATCH v3 5/7] hw/i386/acpi-build: Remove unused attributes Bernhard Beschow
2023-01-16 16:45   ` Igor Mammedov
2023-01-16 15:29 ` [PATCH v3 6/7] hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml() Bernhard Beschow
2023-01-18 11:34   ` Igor Mammedov
2023-01-16 15:29 ` [PATCH v3 7/7] piix3, ich9: Reuse qbus_build_aml() Bernhard Beschow
2023-01-18 11:39   ` Igor Mammedov

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).