]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
hw: move qdev-monitor.o to toplevel directory
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 4 Feb 2013 10:37:52 +0000 (11:37 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 1 Mar 2013 12:54:10 +0000 (13:54 +0100)
commitb4a42f81383d60900aae09513f42eb857a5a7c7c
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>
25 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-monitor.c [deleted file]
hw/qdev-monitor.h [deleted file]
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 [new file with mode: 0644]
monitor.c
qdev-monitor.c [new file with mode: 0644]
util/qemu-config.c
vl.c