hw: move qdev-monitor.o to toplevel directory
commitb4a42f81383d60900aae09513f42eb857a5a7c7c
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 4 Feb 2013 10:37:52 +0000 (4 11:37 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 1 Mar 2013 12:54:10 +0000 (1 13:54 +0100)
tree952c4781da510cc183ec4770c9c00993d357d88d
parentfd7f0d66177ec1058a2a256856ff38fc9ceae5af
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>
23 files changed:
Makefile.objs
hw/9pfs/virtio-9p-proxy.c
hw/Makefile.objs
hw/dataplane/virtio-blk.c
hw/dataplane/vring.c
hw/pc87312.c
hw/pc_sysfw.c
hw/pci/shpc.c
hw/pci/slotid_cap.c
hw/qdev-addr.c
hw/qdev.c
hw/qdev.h
hw/s390x/sclpconsole.c
hw/usb/dev-network.c
hw/virtio-rng.c
hw/virtio-scsi.c
hw/xilinx.h
hw/xilinx_axienet.c
include/monitor/qdev.h [moved from hw/qdev-monitor.h with 80% similarity]
monitor.c
qdev-monitor.c [moved from hw/qdev-monitor.c with 99% similarity]
util/qemu-config.c
vl.c