[Qemu-devel] [PATCH v2 0/6] hw/acpi: Improve build modularity (targeting MIPS/PPC)

Philippe Mathieu-Daudé posted 6 patches 5 years ago
Test checkpatch passed
Test asan passed
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190428064731.29913-1-philmd@redhat.com
Maintainers: Igor Mammedov <imammedo@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>
MAINTAINERS                         |  2 ++
hw/acpi/Makefile.objs               | 22 +++++++---------------
hw/acpi/core.c                      |  1 +
stubs/Makefile.objs                 |  2 ++
hw/acpi/acpi-stub.c => stubs/acpi.c |  6 ++++++
hw/acpi/ipmi-stub.c => stubs/ipmi.c |  0
vl.c                                |  1 -
7 files changed, 18 insertions(+), 16 deletions(-)
rename hw/acpi/acpi-stub.c => stubs/acpi.c (93%)
rename hw/acpi/ipmi-stub.c => stubs/ipmi.c (100%)
[Qemu-devel] [PATCH v2 0/6] hw/acpi: Improve build modularity (targeting MIPS/PPC)
Posted by Philippe Mathieu-Daudé 5 years ago
Hi,

This series is not related to the previous one I just send:
hw/i386/acpi: Improve build modularity (isapc/q35/...)
https://lists.gnu.org/archive/html/qemu-devel/2019-04/msg04678.html

While the first only concern X86 (changes within the architecture),
this one allow the core ACPI feature to be used by the MIPS and
PPC archs (specific series will follow).

v2:
- Fixed IPMI build error (patchew)
- Added possibility to build without ACPI (X86)

v1: https://lists.gnu.org/archive/html/qemu-devel/2019-04/msg04696.html

Regards,

Phil.

Philippe Mathieu-Daudé (6):
  hw/acpi: Move the IPMI stub to the stubs/ directory
  hw/acpi: Move the ACPI stub to the stubs/ directory
  hw/acpi: Simplify the Makefile logic
  hw/acpi: Always build the 'core' ACPI functions
  stubs: Add missing ACPI symbols
  vl: Do not set acpi_enabled when ACPI is disabled at build time

 MAINTAINERS                         |  2 ++
 hw/acpi/Makefile.objs               | 22 +++++++---------------
 hw/acpi/core.c                      |  1 +
 stubs/Makefile.objs                 |  2 ++
 hw/acpi/acpi-stub.c => stubs/acpi.c |  6 ++++++
 hw/acpi/ipmi-stub.c => stubs/ipmi.c |  0
 vl.c                                |  1 -
 7 files changed, 18 insertions(+), 16 deletions(-)
 rename hw/acpi/acpi-stub.c => stubs/acpi.c (93%)
 rename hw/acpi/ipmi-stub.c => stubs/ipmi.c (100%)

-- 
2.20.1