Revision 9c17d615 blockdev.c

b/blockdev.c
7 7
 * later.  See the COPYING file in the top-level directory.
8 8
 */
9 9

  
10
#include "blockdev.h"
10
#include "sysemu/blockdev.h"
11 11
#include "hw/block-common.h"
12 12
#include "block/blockjob.h"
13 13
#include "monitor/monitor.h"
......
15 15
#include "qemu/option.h"
16 16
#include "qemu/config-file.h"
17 17
#include "qapi/qmp/types.h"
18
#include "sysemu.h"
18
#include "sysemu/sysemu.h"
19 19
#include "block/block_int.h"
20 20
#include "qmp-commands.h"
21 21
#include "trace.h"
22
#include "arch_init.h"
22
#include "sysemu/arch_init.h"
23 23

  
24 24
static QTAILQ_HEAD(drivelist, DriveInfo) drives = QTAILQ_HEAD_INITIALIZER(drives);
25 25

  

Also available in: Unified diff