[PATCH 0/5] Clean up dependencies of ACPI controllers

Bernhard Beschow posted 5 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221207231205.1106381-1-shentey@gmail.com
Maintainers: "Philippe Mathieu-Daudé" <philmd@linaro.org>, "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Ani Sinha <ani@anisinha.ca>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>
There is a newer version of this series
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(-)
[PATCH 0/5] Clean up dependencies of ACPI controllers
Posted by Bernhard Beschow 1 year, 4 months ago
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