diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-09-02 12:34:47 -0500 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-10-04 11:00:46 -0300 |
commit | e3193601c84558c303b1773379da76fce80c0a56 (patch) | |
tree | 5b42ffb0cd94b9af76588a27793906e1be599f9b /qapi-schema.json | |
parent | 776574d6417cf623fb071987cdd2c6bc13271dc2 (diff) |
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 |