Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dblock_int-common.h1069 struct BlockDriverState { struct
1074 int open_flags; /* flags used to open the file, re-used for re-open */
1075 bool encrypted; /* if true, the media is encrypted */
1076 bool sg; /* if true, the device is a /dev/sg* */
1077 bool probed; /* if true, format was probed rather than specified */
1078 bool force_share; /* if true, always allow all shared permissions */
1079 bool implicit; /* if true, this filter node was automatically inserted */
1081 BlockDriver *drv; /* NULL means no media */
1082 void *opaque;
1084 AioContext *aio_context; /* event loop used for fd handlers, timers, etc */
[all …]
/openbmc/qemu/include/qemu/
H A Dtypedefs.h34 typedef struct BlockDriverState BlockDriverState; typedef