Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dblock_int-common.h94 struct BlockDriver { struct
104 * Set to true if the BlockDriver is a block filter. Block filters pass argument
133 * Set to true if the BlockDriver is a format driver. Format nodes argument
141 * Set to true if the BlockDriver supports zoned children. argument
143 bool supports_zoned_children;
151 bool bdrv_needs_filename;
164 bool supports_backing;
172 const char *protocol_name;
175 QemuOptsList *create_opts;
178 QemuOptsList *amend_opts;
[all …]
H A Dblock-common.h81 typedef struct BlockDriver BlockDriver; typedef