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.h1066 struct BlockDriverState { struct
1071 int open_flags; /* flags used to open the file, re-used for re-open */
1072 bool encrypted; /* if true, the media is encrypted */
1073 bool sg; /* if true, the device is a /dev/sg* */
1074 bool probed; /* if true, format was probed rather than specified */
1075 bool force_share; /* if true, always allow all shared permissions */
1076 bool implicit; /* if true, this filter node was automatically inserted */
1078 BlockDriver *drv; /* NULL means no media */
1079 void *opaque;
1081 AioContext *aio_context; /* event loop used for fd handlers, timers, etc */
[all …]
/qemu/include/qemu/
H A Dtypedefs.h35 typedef struct BlockDriverState BlockDriverState; typedef