From: Wenchao Xia Date: Wed, 18 Jun 2014 06:43:32 +0000 (+0200) Subject: qapi: add new schema file qapi-event.json X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~750^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f668470f403e83cc4622b1b4e563e2c61fbdfe62;p=sdk%2Femulator%2Fqemu.git qapi: add new schema file qapi-event.json Signed-off-by: Wenchao Xia Signed-off-by: Paolo Bonzini Reviewed-by: Eric Blake Signed-off-by: Luiz Capitulino --- diff --git a/Makefile b/Makefile index f473cf5..7d0c8ec 100644 --- a/Makefile +++ b/Makefile @@ -247,7 +247,8 @@ $(SRC_PATH)/qga/qapi-schema.json $(SRC_PATH)/scripts/qapi-commands.py $(qapi-py) " GEN $@") qapi-modules = $(SRC_PATH)/qapi-schema.json $(SRC_PATH)/qapi/common.json \ - $(SRC_PATH)/qapi/block.json $(SRC_PATH)/qapi/block-core.json + $(SRC_PATH)/qapi/block.json $(SRC_PATH)/qapi/block-core.json \ + $(SRC_PATH)/qapi-event.json qapi-types.c qapi-types.h :\ $(qapi-modules) $(SRC_PATH)/scripts/qapi-types.py $(qapi-py) diff --git a/qapi-event.json b/qapi-event.json new file mode 100644 index 0000000..e69de29 diff --git a/qapi-schema.json b/qapi-schema.json index 4334e8f..e8c55e2 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' }