diff options
| author | Markus Armbruster <armbru@redhat.com> | 2022-12-01 13:11:29 +0100 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2022-12-19 16:21:56 +0100 |
| commit | d0e67298096bb42e99fe4c7ef9eae3cecbf46c28 (patch) | |
| tree | 0a6b6c3570263f79532e901092addc879b091098 /hw/pci/pci-stub.c | |
| parent | 236aafa61c83d26cf9aa8b043ce92194f9be144b (diff) | |
| download | focaccia-qemu-d0e67298096bb42e99fe4c7ef9eae3cecbf46c28.tar.gz focaccia-qemu-d0e67298096bb42e99fe4c7ef9eae3cecbf46c28.zip | |
pci: Move HMP command from hw/pci/pcie_aer.c to pci-hmp-cmds.c
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20221201121133.3813857-10-armbru@redhat.com>
Diffstat (limited to 'hw/pci/pci-stub.c')
| -rw-r--r-- | hw/pci/pci-stub.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pci/pci-stub.c b/hw/pci/pci-stub.c index 01d20a2f67..f0508682d2 100644 --- a/hw/pci/pci-stub.c +++ b/hw/pci/pci-stub.c @@ -19,7 +19,6 @@ */ #include "qemu/osdep.h" -#include "sysemu/sysemu.h" #include "monitor/monitor.h" #include "monitor/hmp.h" #include "qapi/qapi-commands-pci.h" |