diff options
author | Markus Armbruster <armbru@redhat.com> | 2022-12-01 13:11:22 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2022-12-19 16:15:17 +0100 |
commit | 987b73b38930842a17b1f102b81881ca3086d3e5 (patch) | |
tree | 6f24219d85b73a04303ad0fc8cedcfd72145e23d /hw/pci/meson.build | |
parent | 5da4ccd9d4222378b19a135661409d4585165fde (diff) | |
download | qemu-987b73b38930842a17b1f102b81881ca3086d3e5.zip qemu-987b73b38930842a17b1f102b81881ca3086d3e5.tar.gz qemu-987b73b38930842a17b1f102b81881ca3086d3e5.tar.bz2 |
pci: Move QMP commands to new hw/pci/pci-qmp-cmds.c
This moves these commands from MAINTAINERS section "QMP" to "PCI".
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20221201121133.3813857-3-armbru@redhat.com>
[Commit message improved]
Diffstat (limited to 'hw/pci/meson.build')
-rw-r--r-- | hw/pci/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci/meson.build b/hw/pci/meson.build index 5aff7ed..40721f1 100644 --- a/hw/pci/meson.build +++ b/hw/pci/meson.build @@ -5,6 +5,7 @@ pci_ss.add(files( 'pci.c', 'pci_bridge.c', 'pci_host.c', + 'pci-qmp-cmds.c', 'pcie_sriov.c', 'shpc.c', 'slotid_cap.c' |