|
|
|
@ -7,7 +7,7 @@ |
|
|
|
* later. See the COPYING file in the top-level directory. |
|
|
|
*/ |
|
|
|
|
|
|
|
#include "blockdev.h" |
|
|
|
#include "sysemu/blockdev.h" |
|
|
|
#include "hw/block-common.h" |
|
|
|
#include "block/blockjob.h" |
|
|
|
#include "monitor/monitor.h" |
|
|
|
@ -15,11 +15,11 @@ |
|
|
|
#include "qemu/option.h" |
|
|
|
#include "qemu/config-file.h" |
|
|
|
#include "qapi/qmp/types.h" |
|
|
|
#include "sysemu.h" |
|
|
|
#include "sysemu/sysemu.h" |
|
|
|
#include "block/block_int.h" |
|
|
|
#include "qmp-commands.h" |
|
|
|
#include "trace.h" |
|
|
|
#include "arch_init.h" |
|
|
|
#include "sysemu/arch_init.h" |
|
|
|
|
|
|
|
static QTAILQ_HEAD(drivelist, DriveInfo) drives = QTAILQ_HEAD_INITIALIZER(drives); |
|
|
|
|
|
|
|
|