diff options
| author | Anthony Liguori | 2011-09-02 19:34:47 +0200 |
|---|---|---|
| committer | Luiz Capitulino | 2011-10-04 16:00:46 +0200 |
| commit | e3193601c84558c303b1773379da76fce80c0a56 (patch) | |
| tree | 5b42ffb0cd94b9af76588a27793906e1be599f9b /qapi-schema.json | |
| parent | qapi: add code generation support for middle mode (diff) | |
| download | qemu-e3193601c84558c303b1773379da76fce80c0a56.tar.gz qemu-e3193601c84558c303b1773379da76fce80c0a56.tar.xz qemu-e3193601c84558c303b1773379da76fce80c0a56.zip | |
qapi: use middle mode in QMP server
Use the new middle mode within the existing QMP server.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@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 new file mode 100644 index 0000000000..7fcefdb738 --- /dev/null +++ b/qapi-schema.json @@ -0,0 +1,3 @@ +# -*- Mode: Python -*- +# +# QAPI Schema |
