diff options
author | Philippe Mathieu-Daudé | 2020-09-13 21:53:48 +0200 |
---|---|---|
committer | Markus Armbruster | 2020-09-29 15:41:36 +0200 |
commit | 61c7f9876a7e053d984f9b8ad369ce53e54fad7c (patch) | |
tree | 89f3474f73ad402dbf04de4ce3d0f70104bbd82b /MAINTAINERS | |
parent | qapi: Extract ACPI commands to 'acpi.json' (diff) | |
download | qemu-61c7f9876a7e053d984f9b8ad369ce53e54fad7c.tar.gz qemu-61c7f9876a7e053d984f9b8ad369ce53e54fad7c.tar.xz qemu-61c7f9876a7e053d984f9b8ad369ce53e54fad7c.zip |
qapi: Extract PCI commands to 'pci.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 PCI 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: 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-9-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 f99b5db940..be0a8e648c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1617,6 +1617,7 @@ F: include/hw/pci/* F: hw/misc/pci-testdev.c F: hw/pci/* F: hw/pci-bridge/* +F: qapi/pci.json F: docs/pci* F: docs/specs/*pci* F: default-configs/pci.mak |