Searched defs:MirrorBlockJob (Results 1 – 1 of 1) sorted by relevance
41 typedef struct MirrorBlockJob { struct42 BlockJob common;43 BlockBackend *target;44 BlockDriverState *mirror_top_bs;45 BlockDriverState *base;46 BlockDriverState *base_overlay;49 char *replaces;51 BlockDriverState *to_replace;53 Error *replace_blocker;54 MirrorSyncMode sync_mode;[all …]