From e38105748f09d6285df54b64f4ca13bd60613e72 Mon Sep 17 00:00:00 2001 From: Max Reitz Date: Mon, 12 Mar 2018 17:55:28 +0100 Subject: vdi: Implement .bdrv_co_create Signed-off-by: Max Reitz Signed-off-by: Kevin Wolf --- qapi/block-core.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qapi') diff --git a/qapi/block-core.json b/qapi/block-core.json index 822ea0a9fb..e5bb84900c 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -3840,7 +3840,7 @@ 'sheepdog': 'BlockdevCreateOptionsSheepdog', 'ssh': 'BlockdevCreateOptionsSsh', 'throttle': 'BlockdevCreateNotSupported', - 'vdi': 'BlockdevCreateNotSupported', + 'vdi': 'BlockdevCreateOptionsVdi', 'vhdx': 'BlockdevCreateNotSupported', 'vmdk': 'BlockdevCreateNotSupported', 'vpc': 'BlockdevCreateNotSupported', -- cgit v1.2.1