|
@@ -1970,6 +1970,7 @@ static void coroutine_fn bdrv_replace_test_co_drain_end(BlockDriverState *bs)
|
|
|
static BlockDriver bdrv_replace_test = {
|
|
|
.format_name = "replace_test",
|
|
|
.instance_size = sizeof(BDRVReplaceTestState),
|
|
|
+ .supports_backing = true,
|
|
|
|
|
|
.bdrv_close = bdrv_replace_test_close,
|
|
|
.bdrv_co_preadv = bdrv_replace_test_co_preadv,
|