Searched defs:BlockDriverState (Results 1 – 2 of 2) sorted by relevance
1069 struct BlockDriverState { struct1082 void *opaque;1115 BlockLimits bl;1156 QTAILQ_ENTRY(BlockDriverState) node_list; argument1171 BlockDriverState *inherits_from; argument1187 QDict *options;1221 int copy_on_read;1234 int quiesce_counter;1239 QemuMutex reqs_lock;1248 bool never_freeze;[all …]
34 typedef struct BlockDriverState BlockDriverState; typedef
Completed in 10 milliseconds