diff options
author | Philippe Mathieu-Daudé | 2020-09-13 21:53:47 +0200 |
---|---|---|
committer | Markus Armbruster | 2020-09-29 15:41:36 +0200 |
commit | 27c9188fa0d325e1e9778d627daf9a44813cce47 (patch) | |
tree | f4d975e93cb3c6f387759bbec001373114e66391 /MAINTAINERS | |
parent | qapi: Restrict device memory commands to machine code (diff) | |
download | qemu-27c9188fa0d325e1e9778d627daf9a44813cce47.tar.gz qemu-27c9188fa0d325e1e9778d627daf9a44813cce47.tar.xz qemu-27c9188fa0d325e1e9778d627daf9a44813cce47.zip |
qapi: Extract ACPI commands to 'acpi.json'
Only qemu-system-FOO and qemu-storage-daemon provide QMP
monitors, therefore such declarations and definitions are
irrelevant for user-mode emulation.
Extracting the ACPI commands to their own schema reduces the size of
the qapi-misc* headers generated, and pulls less QAPI-generated code
into user-mode.
Suggested-by: Markus Armbruster <armbru@redhat.com>
Acked-by: Igor Mammedov <imammedo@redhat.com>
Acked-by: Markus Armbruster <armbru@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200913195348.1064154-8-philmd@redhat.com>
[Commit message tweaked]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5eed1e692b..f99b5db940 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1632,6 +1632,7 @@ F: hw/acpi/* F: hw/smbios/* F: hw/i386/acpi-build.[hc] F: hw/arm/virt-acpi-build.c +F: qapi/acpi.json F: tests/qtest/bios-tables-test* F: tests/qtest/acpi-utils.[hc] F: tests/data/acpi/ |