Searched defs:BlockDriver (Results 1 – 2 of 2) sorted by relevance
94 struct BlockDriver { struct104 * Set to true if the BlockDriver is a block filter. Block filters pass argument133 * Set to true if the BlockDriver is a format driver. Format nodes argument141 * Set to true if the BlockDriver supports zoned children. argument143 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 …]
81 typedef struct BlockDriver BlockDriver; typedef