diff options
author | Markus Armbruster <armbru@redhat.com> | 2023-01-24 13:19:38 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-02-04 07:56:54 +0100 |
commit | 5bd26d78d9629a9d3f4780a162f09272978eae3d (patch) | |
tree | c6cb24ac9af7d9dfd47a97c5f63cb3f9ba41ff72 /hw/acpi/meson.build | |
parent | 6a5fcf6c1e06561a14b4456807a5c8f8cc3f936a (diff) | |
download | qemu-5bd26d78d9629a9d3f4780a162f09272978eae3d.zip qemu-5bd26d78d9629a9d3f4780a162f09272978eae3d.tar.gz qemu-5bd26d78d9629a9d3f4780a162f09272978eae3d.tar.bz2 |
acpi: Move the QMP command from monitor/ to hw/acpi/
This moves the command from MAINTAINERS section "QMP" to section
"ACPI/SMBIOS)".
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20230124121946.1139465-25-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw/acpi/meson.build')
-rw-r--r-- | hw/acpi/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/acpi/meson.build b/hw/acpi/meson.build index 50b7312..e0bf39b 100644 --- a/hw/acpi/meson.build +++ b/hw/acpi/meson.build @@ -38,3 +38,4 @@ softmmu_ss.add(when: 'CONFIG_ALL', if_true: files('acpi-stub.c', 'aml-build-stub 'acpi-mem-hotplug-stub.c', 'acpi-cpu-hotplug-stub.c', 'acpi-pci-hotplug-stub.c', 'acpi-nvdimm-stub.c', 'cxl-stub.c', 'pci-bridge-stub.c')) +softmmu_ss.add(files('acpi-qmp-cmds.c')) |