summaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
authorMax Reitz <mreitz@redhat.com>2018-03-12 17:55:28 +0100
committerKevin Wolf <kwolf@redhat.com>2018-03-19 12:01:39 +0100
commite38105748f09d6285df54b64f4ca13bd60613e72 (patch)
tree59d7b3b3d82c6809ea100cb90cefff10d466df6c /qapi
parentec73f060713db09623e6d9147b0229df70384dd0 (diff)
downloadqemu-e38105748f09d6285df54b64f4ca13bd60613e72.tar.gz
vdi: Implement .bdrv_co_create
Signed-off-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/block-core.json2
1 files changed, 1 insertions, 1 deletions
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',