|
@@ -23,11 +23,11 @@
|
|
#include "qemu/error-report.h"
|
|
#include "qemu/error-report.h"
|
|
#include "qemu/module.h"
|
|
#include "qemu/module.h"
|
|
#include "hw/ide/ide-dev.h"
|
|
#include "hw/ide/ide-dev.h"
|
|
-#include "hw/ide/internal.h"
|
|
|
|
#include "sysemu/block-backend.h"
|
|
#include "sysemu/block-backend.h"
|
|
#include "sysemu/blockdev.h"
|
|
#include "sysemu/blockdev.h"
|
|
#include "sysemu/sysemu.h"
|
|
#include "sysemu/sysemu.h"
|
|
#include "qapi/visitor.h"
|
|
#include "qapi/visitor.h"
|
|
|
|
+#include "ide-internal.h"
|
|
|
|
|
|
static Property ide_props[] = {
|
|
static Property ide_props[] = {
|
|
DEFINE_PROP_UINT32("unit", IDEDevice, unit, -1),
|
|
DEFINE_PROP_UINT32("unit", IDEDevice, unit, -1),
|