Home
last modified time | relevance | path

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

/external/qemu/
Dblock_int.h139 struct BlockDriverState { struct
140 int64_t total_sectors; /* if we are reading a disk image, give its
142 int read_only; /* if true, the media is read only */
143 int keep_read_only; /* if true, the media was requested to stay read only */
144 int open_flags; /* flags used to open the file, re-used for re-open */
168 BlockDriverState *backing_hd; argument
169 BlockDriverState *file; argument
173 void *sync_aiocb;
199 QTAILQ_ENTRY(BlockDriverState) list; argument
205 BlockDriverState *bs; argument
Dqemu-common.h257 typedef struct BlockDriverState BlockDriverState; typedef