diff options
Diffstat (limited to 'qapi/block.json')
-rw-r--r-- | qapi/block.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qapi/block.json b/qapi/block.json new file mode 100644 index 0000000000..e2b882f120 --- /dev/null +++ b/qapi/block.json @@ -0,0 +1,7 @@ +# -*- Mode: Python -*- +# +# QAPI block definitions (vm related) + +# QAPI block core definitions +{ 'include': 'block-core.json' } + |