Home
last modified time | relevance | path

Searched defs:BlockDriverState (Results 1 – 2 of 2) sorted by relevance

/qemu/include/block/
H A Dblock_int-common.h1072 struct BlockDriverState { struct
1085 void *opaque;
1118 BlockLimits bl;
1159 QTAILQ_ENTRY(BlockDriverState) node_list; argument
1174 BlockDriverState *inherits_from; argument
1190 QDict *options;
1224 int copy_on_read;
1237 int quiesce_counter;
1242 QemuMutex reqs_lock;
1251 bool never_freeze;
[all …]
/qemu/include/qemu/
H A Dtypedefs.h36 typedef struct BlockDriverState BlockDriverState; typedef