diff options
author | Paolo Bonzini | 2013-02-04 11:37:52 +0100 |
---|---|---|
committer | Paolo Bonzini | 2013-03-01 13:54:10 +0100 |
commit | b4a42f81383d60900aae09513f42eb857a5a7c7c (patch) | |
tree | 952c4781da510cc183ec4770c9c00993d357d88d /hw/pc87312.c | |
parent | hw: move fifo.[ch] to libqemuutil (diff) | |
download | qemu-b4a42f81383d60900aae09513f42eb857a5a7c7c.tar.gz qemu-b4a42f81383d60900aae09513f42eb857a5a7c7c.tar.xz qemu-b4a42f81383d60900aae09513f42eb857a5a7c7c.zip |
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>
Diffstat (limited to 'hw/pc87312.c')
-rw-r--r-- | hw/pc87312.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pc87312.c b/hw/pc87312.c index 38af4c1d10..0e9760e6b2 100644 --- a/hw/pc87312.c +++ b/hw/pc87312.c @@ -24,6 +24,7 @@ */ #include "pc87312.h" +#include "qemu/error-report.h" #include "sysemu/blockdev.h" #include "sysemu/sysemu.h" #include "char/char.h" |