diff options
| author | BenoƮt Canet | 2014-06-05 13:45:30 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2014-06-06 16:25:48 +0200 |
| commit | 5db15096d047f0ec92bd5f1680343ea7acbed4e5 (patch) | |
| tree | e8af29bee78274618251237cda36c0a150004b26 /qapi-schema.json | |
| parent | qapi: Extract qapi/common.json definitions (diff) | |
| download | qemu-5db15096d047f0ec92bd5f1680343ea7acbed4e5.tar.gz qemu-5db15096d047f0ec92bd5f1680343ea7acbed4e5.tar.xz qemu-5db15096d047f0ec92bd5f1680343ea7acbed4e5.zip | |
qapi: create two block related json modules
qapi/block-core.json contains block definitions unrelated to emulation.
qapi/block.json is a superset of the previous and contains definitions related
to emulation.
The purpose of these extractions is to be able to hook qapi/block-core.json
generated code on qemu-nbd.
Signed-off-by: Benoit Canet <benoit@irqsave.net>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'qapi-schema.json')
| -rw-r--r-- | qapi-schema.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index cc71b27822..7d47f4dff4 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -5,6 +5,9 @@ # QAPI common definitions { 'include': 'qapi/common.json' } +# QAPI block definitions +{ 'include': 'qapi/block.json' } + ## # LostTickPolicy: # |
