mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
monitor: move include files to include/monitor/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
022c62cbbc
commit
83c9089e73
84 changed files with 87 additions and 87 deletions
|
@ -27,7 +27,7 @@
|
|||
#include "hw/pci/pci.h"
|
||||
#include "net/net.h"
|
||||
#include "hw/pc.h"
|
||||
#include "monitor.h"
|
||||
#include "monitor/monitor.h"
|
||||
#include "hw/scsi.h"
|
||||
#include "hw/virtio-blk.h"
|
||||
#include "qemu-config.h"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
#include "sysemu.h"
|
||||
#include "monitor.h"
|
||||
#include "monitor/monitor.h"
|
||||
#include "hw/pci/pci.h"
|
||||
#include "qmp-commands.h"
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include "hw/pci/pci.h"
|
||||
#include "hw/pci/pci_bridge.h"
|
||||
#include "hw/pci/pci_bus.h"
|
||||
#include "monitor.h"
|
||||
#include "monitor/monitor.h"
|
||||
#include "net/net.h"
|
||||
#include "sysemu.h"
|
||||
#include "hw/loader.h"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "sysemu.h"
|
||||
#include "qapi/qmp/types.h"
|
||||
#include "monitor.h"
|
||||
#include "monitor/monitor.h"
|
||||
#include "hw/pci/pci_bridge.h"
|
||||
#include "hw/pci/pcie.h"
|
||||
#include "hw/pci/msix.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue