qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Clean up dependencies of ACPI controllers
@ 2022-12-07 23:12 Bernhard Beschow
  2022-12-07 23:12 ` [PATCH 1/5] hw/acpi/Kconfig: Add missing dependencies to ACPI_PIIX4 Bernhard Beschow
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Bernhard Beschow @ 2022-12-07 23:12 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Igor Mammedov, Michael S. Tsirkin,
	Marcel Apfelbaum, Richard Henderson, Philippe Mathieu-Daudé,
	Eduardo Habkost, Ani Sinha, Bernhard Beschow

This small series establishes consistency between ICH9, PIIX4 and VT82C686 ACPI
controllers to 1/ depend on ACPI and 2/ to select ACPI_SMBUS and APM since the
latter are provided by the device models.

Due to the PIIX4 cleanup PEGASOS2's dependency can be reduced to just ACPI,
eliminating 9 compilation units from the softmmu-ppc build.

Bernhard Beschow (5):
  hw/acpi/Kconfig: Add missing dependencies to ACPI_PIIX4
  hw/acpi/Kconfig: Rename ACPI_X86_ICH to ACPI_ICH9
  hw/acpi/Kconfig: Add missing dependencies to ACPI_ICH9
  hw/isa/Kconfig: Add missing dependency to VT82C686
  hw/ppc/Kconfig: Remove unused dependencies from PEGASOS2

 configs/devices/mips-softmmu/common.mak | 2 --
 hw/acpi/Kconfig                         | 6 +++++-
 hw/acpi/meson.build                     | 2 +-
 hw/i2c/meson.build                      | 2 +-
 hw/i386/Kconfig                         | 3 ---
 hw/isa/Kconfig                          | 4 ++--
 hw/ppc/Kconfig                          | 2 +-
 7 files changed, 10 insertions(+), 11 deletions(-)

-- 
2.38.1



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

end of thread, other threads:[~2022-12-12 15:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-07 23:12 [PATCH 0/5] Clean up dependencies of ACPI controllers Bernhard Beschow
2022-12-07 23:12 ` [PATCH 1/5] hw/acpi/Kconfig: Add missing dependencies to ACPI_PIIX4 Bernhard Beschow
2022-12-07 23:12 ` [PATCH 2/5] hw/acpi/Kconfig: Rename ACPI_X86_ICH to ACPI_ICH9 Bernhard Beschow
2022-12-08  6:50   ` Philippe Mathieu-Daudé
2022-12-07 23:12 ` [PATCH 3/5] hw/acpi/Kconfig: Add missing dependencies " Bernhard Beschow
2022-12-12 10:33   ` Philippe Mathieu-Daudé
2022-12-07 23:12 ` [PATCH 4/5] hw/isa/Kconfig: Add missing dependency to VT82C686 Bernhard Beschow
2022-12-12 10:37   ` Philippe Mathieu-Daudé
2022-12-12 15:54     ` Bernhard Beschow
2022-12-07 23:12 ` [PATCH 5/5] hw/ppc/Kconfig: Remove unused dependencies from PEGASOS2 Bernhard Beschow
2022-12-12 10:38   ` Philippe Mathieu-Daudé

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