qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] Clean up dependencies of ACPI controllers
@ 2022-12-16 13:03 Bernhard Beschow
  2022-12-16 13:03 ` [PATCH v2 1/7] hw/acpi/Kconfig: Rename ACPI_X86_ICH to ACPI_ICH9 Bernhard Beschow
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: Bernhard Beschow @ 2022-12-16 13:03 UTC (permalink / raw)
  To: qemu-devel
  Cc: Philippe Mathieu-Daudé, Richard Henderson, Paolo Bonzini,
	Michael S. Tsirkin, Igor Mammedov, Eduardo Habkost, Jiaxun Yang,
	qemu-trivial, Ani Sinha, Marcel Apfelbaum, Bernhard Beschow

This small series establishes consistency between ICH9, PIIX4 and VT82C686 ACPI
controllers to select ACPI, ACPI_SMBUS and APM since they are provided by the
device models.

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

v2:
- Turn "depends on ACPI" into "select ACPI" (Phil)
- Remove "select ACPI" from PEGASOS2 (Phil)
- Move already reviewed patches to bottom
- Split some patches into "add missing dependencies" and "remove redundant
  dependencies" for ease of review

Bernhard Beschow (7):
  hw/acpi/Kconfig: Rename ACPI_X86_ICH to ACPI_ICH9
  hw/acpi/Kconfig: Add missing dependencies to ACPI_ICH9
  hw/acpi/Kconfig: Do not needlessly build TYPE_PIIX4_PM in non-PC/Malta
    machines
  hw/acpi/Kconfig: Add missing dependencies to ACPI_PIIX4
  hw/isa/Kconfig: Add missing dependency to VT82C686
  i386, mips: Resolve redundant ACPI and APM dependencies
  hw/ppc/Kconfig: Remove unused dependencies from PEGASOS2

 configs/devices/mips-softmmu/common.mak | 3 ---
 hw/acpi/Kconfig                         | 9 ++++++---
 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, 11 insertions(+), 14 deletions(-)

-- 
2.39.0



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

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

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-16 13:03 [PATCH v2 0/7] Clean up dependencies of ACPI controllers Bernhard Beschow
2022-12-16 13:03 ` [PATCH v2 1/7] hw/acpi/Kconfig: Rename ACPI_X86_ICH to ACPI_ICH9 Bernhard Beschow
2022-12-16 13:03 ` [PATCH v2 2/7] hw/acpi/Kconfig: Add missing dependencies " Bernhard Beschow
2022-12-16 13:03 ` [PATCH v2 3/7] hw/acpi/Kconfig: Do not needlessly build TYPE_PIIX4_PM in non-PC/Malta machines Bernhard Beschow
2022-12-16 14:44   ` BALATON Zoltan
2022-12-16 15:10     ` Bernhard Beschow
2022-12-16 13:03 ` [PATCH v2 4/7] hw/acpi/Kconfig: Add missing dependencies to ACPI_PIIX4 Bernhard Beschow
2022-12-17 23:23   ` Philippe Mathieu-Daudé
2022-12-16 13:03 ` [PATCH v2 5/7] hw/isa/Kconfig: Add missing dependency to VT82C686 Bernhard Beschow
2022-12-16 14:45   ` BALATON Zoltan
2022-12-17 23:32   ` Philippe Mathieu-Daudé
2022-12-16 13:03 ` [PATCH v2 6/7] i386, mips: Resolve redundant ACPI and APM dependencies Bernhard Beschow
2022-12-16 14:48   ` BALATON Zoltan
2022-12-16 15:18     ` Bernhard Beschow
2022-12-17 23:34   ` Philippe Mathieu-Daudé
2022-12-16 13:03 ` [PATCH v2 7/7] hw/ppc/Kconfig: Remove unused dependencies from PEGASOS2 Bernhard Beschow
2022-12-16 14:53   ` BALATON Zoltan
2022-12-17 23:36   ` Philippe Mathieu-Daudé
2022-12-17 21:35 ` [PATCH v2 0/7] Clean up dependencies of ACPI controllers Bernhard Beschow
2022-12-21 17:56 ` Bernhard Beschow
2022-12-21 19:11   ` Michael S. Tsirkin

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