mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
hw: move qdev-monitor.o to toplevel directory
qdev-monitor.c is the only "core qdev" file that is not used in user-mode emulation, and it does not define anything that is used by hardware models. Remove it from the hw/ directory and remove hw/qdev-monitor.h from hw/qdev.h too; this requires some files to have some new explicitly includes. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
fd7f0d6617
commit
b4a42f8138
23 changed files with 25 additions and 8 deletions
|
@ -16,9 +16,11 @@
|
|||
#include "qemu/iov.h"
|
||||
#include "event-poll.h"
|
||||
#include "qemu/thread.h"
|
||||
#include "qemu/error-report.h"
|
||||
#include "vring.h"
|
||||
#include "ioq.h"
|
||||
#include "migration/migration.h"
|
||||
#include "block/block.h"
|
||||
#include "hw/virtio-blk.h"
|
||||
#include "hw/dataplane/virtio-blk.h"
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
#include "trace.h"
|
||||
#include "hw/dataplane/vring.h"
|
||||
#include "qemu/error-report.h"
|
||||
|
||||
/* Map the guest's vring to host memory */
|
||||
bool vring_setup(Vring *vring, VirtIODevice *vdev, int n)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue