|
@@ -24,17 +24,16 @@
|
|
*/
|
|
*/
|
|
#include "qemu/osdep.h"
|
|
#include "qemu/osdep.h"
|
|
#include "hw/hw.h"
|
|
#include "hw/hw.h"
|
|
-#include "hw/i386/pc.h"
|
|
|
|
#include "hw/pci/pci.h"
|
|
#include "hw/pci/pci.h"
|
|
#include "hw/isa/isa.h"
|
|
#include "hw/isa/isa.h"
|
|
#include "qemu/error-report.h"
|
|
#include "qemu/error-report.h"
|
|
#include "qemu/timer.h"
|
|
#include "qemu/timer.h"
|
|
#include "sysemu/sysemu.h"
|
|
#include "sysemu/sysemu.h"
|
|
|
|
+#include "sysemu/blockdev.h"
|
|
#include "sysemu/dma.h"
|
|
#include "sysemu/dma.h"
|
|
#include "hw/block/block.h"
|
|
#include "hw/block/block.h"
|
|
#include "sysemu/block-backend.h"
|
|
#include "sysemu/block-backend.h"
|
|
#include "qemu/cutils.h"
|
|
#include "qemu/cutils.h"
|
|
-#include "qemu/error-report.h"
|
|
|
|
|
|
|
|
#include "hw/ide/internal.h"
|
|
#include "hw/ide/internal.h"
|
|
#include "trace.h"
|
|
#include "trace.h"
|