diff options
author | Wenchao Xia <wenchaoqemu@gmail.com> | 2014-06-18 08:43:32 +0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2014-06-23 11:01:25 -0400 |
commit | f668470f403e83cc4622b1b4e563e2c61fbdfe62 (patch) | |
tree | 07c9c1e48ce8707c25201565f2e90acd47279f82 /qapi-schema.json | |
parent | 43a14cfc0f122f3a18fdfe9e16538a6798b95b59 (diff) |
qapi: add new schema file qapi-event.json
Signed-off-by: Wenchao Xia <wenchaoqemu@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r-- | qapi-schema.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index 4334e8ff33..e8c55e21a4 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -3346,3 +3346,5 @@ # Since: 2.1 ## { 'command': 'query-acpi-ospm-status', 'returns': ['ACPIOSTInfo'] } + +{ 'include': 'qapi-event.json' } |