提交 eb815e24 编写于 作者: M Markus Armbruster 提交者: Eric Blake

qapi: Move qapi-schema.json to qapi/, rename generated files

Move qapi-schema.json to qapi/, so it's next to its modules, and all
files get generated to qapi/, not just the ones generated for modules.

Consistently name the generated files qapi-MODULE.EXT:
qmp-commands.[ch] become qapi-commands.[ch], qapi-event.[ch] become
qapi-events.[ch], and qmp-introspect.[ch] become qapi-introspect.[ch].
This gets rid of the temporary hacks in scripts/qapi/commands.py,
scripts/qapi/events.py, and scripts/qapi/common.py.
Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
Message-Id: <20180211093607.27351-28-armbru@redhat.com>
Reviewed-by: NEric Blake <eblake@redhat.com>
Reviewed-by: NMarc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: NMichael Roth <mdroth@linux.vnet.ibm.com>
[eblake: Fix trailing dot in tpm.c, undo temporary hack for OSX toolchain]
Signed-off-by: NEric Blake <eblake@redhat.com>
上级 bb46af41
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
/qga/qapi-generated /qga/qapi-generated
/qapi-generated /qapi-generated
/qapi-gen-timestamp /qapi-gen-timestamp
/qapi-builtin-types.[ch] /qapi/qapi-builtin-types.[ch]
/qapi-builtin-visit.[ch] /qapi/qapi-builtin-visit.[ch]
/qapi/qapi-commands-block-core.[ch] /qapi/qapi-commands-block-core.[ch]
/qapi/qapi-commands-block.[ch] /qapi/qapi-commands-block.[ch]
/qapi/qapi-commands-char.[ch] /qapi/qapi-commands-char.[ch]
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
/qapi/qapi-commands-trace.[ch] /qapi/qapi-commands-trace.[ch]
/qapi/qapi-commands-transaction.[ch] /qapi/qapi-commands-transaction.[ch]
/qapi/qapi-commands-ui.[ch] /qapi/qapi-commands-ui.[ch]
/qapi/qapi-commands.[ch]
/qapi/qapi-events-block-core.[ch] /qapi/qapi-events-block-core.[ch]
/qapi/qapi-events-block.[ch] /qapi/qapi-events-block.[ch]
/qapi/qapi-events-char.[ch] /qapi/qapi-events-char.[ch]
...@@ -63,6 +64,8 @@ ...@@ -63,6 +64,8 @@
/qapi/qapi-events-trace.[ch] /qapi/qapi-events-trace.[ch]
/qapi/qapi-events-transaction.[ch] /qapi/qapi-events-transaction.[ch]
/qapi/qapi-events-ui.[ch] /qapi/qapi-events-ui.[ch]
/qapi/qapi-events.[ch]
/qapi/qapi-introspect.[ch]
/qapi/qapi-types-block-core.[ch] /qapi/qapi-types-block-core.[ch]
/qapi/qapi-types-block.[ch] /qapi/qapi-types-block.[ch]
/qapi/qapi-types-char.[ch] /qapi/qapi-types-char.[ch]
...@@ -79,7 +82,7 @@ ...@@ -79,7 +82,7 @@
/qapi/qapi-types-trace.[ch] /qapi/qapi-types-trace.[ch]
/qapi/qapi-types-transaction.[ch] /qapi/qapi-types-transaction.[ch]
/qapi/qapi-types-ui.[ch] /qapi/qapi-types-ui.[ch]
/qapi-types.[ch] /qapi/qapi-types.[ch]
/qapi/qapi-visit-block-core.[ch] /qapi/qapi-visit-block-core.[ch]
/qapi/qapi-visit-block.[ch] /qapi/qapi-visit-block.[ch]
/qapi/qapi-visit-char.[ch] /qapi/qapi-visit-char.[ch]
...@@ -96,11 +99,8 @@ ...@@ -96,11 +99,8 @@
/qapi/qapi-visit-trace.[ch] /qapi/qapi-visit-trace.[ch]
/qapi/qapi-visit-transaction.[ch] /qapi/qapi-visit-transaction.[ch]
/qapi/qapi-visit-ui.[ch] /qapi/qapi-visit-ui.[ch]
/qapi-visit.[ch] /qapi/qapi-visit.[ch]
/qapi-event.[ch] /qapi/qapi-doc.texi
/qapi-doc.texi
/qmp-commands.[ch]
/qmp-introspect.[ch]
/qemu-doc.html /qemu-doc.html
/qemu-doc.info /qemu-doc.info
/qemu-doc.txt /qemu-doc.txt
......
...@@ -90,8 +90,8 @@ endif ...@@ -90,8 +90,8 @@ endif
include $(SRC_PATH)/rules.mak include $(SRC_PATH)/rules.mak
GENERATED_FILES = qemu-version.h config-host.h qemu-options.def GENERATED_FILES = qemu-version.h config-host.h qemu-options.def
GENERATED_FILES += qapi-builtin-types.h qapi-builtin-types.c GENERATED_FILES += qapi/qapi-builtin-types.h qapi/qapi-builtin-types.c
GENERATED_FILES += qapi-types.h qapi-types.c GENERATED_FILES += qapi/qapi-types.h qapi/qapi-types.c
GENERATED_FILES += qapi/qapi-types-block-core.h qapi/qapi-types-block-core.c GENERATED_FILES += qapi/qapi-types-block-core.h qapi/qapi-types-block-core.c
GENERATED_FILES += qapi/qapi-types-block.h qapi/qapi-types-block.c GENERATED_FILES += qapi/qapi-types-block.h qapi/qapi-types-block.c
GENERATED_FILES += qapi/qapi-types-char.h qapi/qapi-types-char.c GENERATED_FILES += qapi/qapi-types-char.h qapi/qapi-types-char.c
...@@ -108,8 +108,8 @@ GENERATED_FILES += qapi/qapi-types-tpm.h qapi/qapi-types-tpm.c ...@@ -108,8 +108,8 @@ GENERATED_FILES += qapi/qapi-types-tpm.h qapi/qapi-types-tpm.c
GENERATED_FILES += qapi/qapi-types-trace.h qapi/qapi-types-trace.c GENERATED_FILES += qapi/qapi-types-trace.h qapi/qapi-types-trace.c
GENERATED_FILES += qapi/qapi-types-transaction.h qapi/qapi-types-transaction.c GENERATED_FILES += qapi/qapi-types-transaction.h qapi/qapi-types-transaction.c
GENERATED_FILES += qapi/qapi-types-ui.h qapi/qapi-types-ui.c GENERATED_FILES += qapi/qapi-types-ui.h qapi/qapi-types-ui.c
GENERATED_FILES += qapi-builtin-visit.h qapi-builtin-visit.c GENERATED_FILES += qapi/qapi-builtin-visit.h qapi/qapi-builtin-visit.c
GENERATED_FILES += qapi-visit.h qapi-visit.c GENERATED_FILES += qapi/qapi-visit.h qapi/qapi-visit.c
GENERATED_FILES += qapi/qapi-visit-block-core.h qapi/qapi-visit-block-core.c GENERATED_FILES += qapi/qapi-visit-block-core.h qapi/qapi-visit-block-core.c
GENERATED_FILES += qapi/qapi-visit-block.h qapi/qapi-visit-block.c GENERATED_FILES += qapi/qapi-visit-block.h qapi/qapi-visit-block.c
GENERATED_FILES += qapi/qapi-visit-char.h qapi/qapi-visit-char.c GENERATED_FILES += qapi/qapi-visit-char.h qapi/qapi-visit-char.c
...@@ -126,7 +126,7 @@ GENERATED_FILES += qapi/qapi-visit-tpm.h qapi/qapi-visit-tpm.c ...@@ -126,7 +126,7 @@ GENERATED_FILES += qapi/qapi-visit-tpm.h qapi/qapi-visit-tpm.c
GENERATED_FILES += qapi/qapi-visit-trace.h qapi/qapi-visit-trace.c GENERATED_FILES += qapi/qapi-visit-trace.h qapi/qapi-visit-trace.c
GENERATED_FILES += qapi/qapi-visit-transaction.h qapi/qapi-visit-transaction.c GENERATED_FILES += qapi/qapi-visit-transaction.h qapi/qapi-visit-transaction.c
GENERATED_FILES += qapi/qapi-visit-ui.h qapi/qapi-visit-ui.c GENERATED_FILES += qapi/qapi-visit-ui.h qapi/qapi-visit-ui.c
GENERATED_FILES += qmp-commands.h qmp-commands.c GENERATED_FILES += qapi/qapi-commands.h qapi/qapi-commands.c
GENERATED_FILES += qapi/qapi-commands-block-core.h qapi/qapi-commands-block-core.c GENERATED_FILES += qapi/qapi-commands-block-core.h qapi/qapi-commands-block-core.c
GENERATED_FILES += qapi/qapi-commands-block.h qapi/qapi-commands-block.c GENERATED_FILES += qapi/qapi-commands-block.h qapi/qapi-commands-block.c
GENERATED_FILES += qapi/qapi-commands-char.h qapi/qapi-commands-char.c GENERATED_FILES += qapi/qapi-commands-char.h qapi/qapi-commands-char.c
...@@ -143,7 +143,7 @@ GENERATED_FILES += qapi/qapi-commands-tpm.h qapi/qapi-commands-tpm.c ...@@ -143,7 +143,7 @@ GENERATED_FILES += qapi/qapi-commands-tpm.h qapi/qapi-commands-tpm.c
GENERATED_FILES += qapi/qapi-commands-trace.h qapi/qapi-commands-trace.c GENERATED_FILES += qapi/qapi-commands-trace.h qapi/qapi-commands-trace.c
GENERATED_FILES += qapi/qapi-commands-transaction.h qapi/qapi-commands-transaction.c GENERATED_FILES += qapi/qapi-commands-transaction.h qapi/qapi-commands-transaction.c
GENERATED_FILES += qapi/qapi-commands-ui.h qapi/qapi-commands-ui.c GENERATED_FILES += qapi/qapi-commands-ui.h qapi/qapi-commands-ui.c
GENERATED_FILES += qapi-event.h qapi-event.c GENERATED_FILES += qapi/qapi-events.h qapi/qapi-events.c
GENERATED_FILES += qapi/qapi-events-block-core.h qapi/qapi-events-block-core.c GENERATED_FILES += qapi/qapi-events-block-core.h qapi/qapi-events-block-core.c
GENERATED_FILES += qapi/qapi-events-block.h qapi/qapi-events-block.c GENERATED_FILES += qapi/qapi-events-block.h qapi/qapi-events-block.c
GENERATED_FILES += qapi/qapi-events-char.h qapi/qapi-events-char.c GENERATED_FILES += qapi/qapi-events-char.h qapi/qapi-events-char.c
...@@ -160,8 +160,8 @@ GENERATED_FILES += qapi/qapi-events-tpm.h qapi/qapi-events-tpm.c ...@@ -160,8 +160,8 @@ GENERATED_FILES += qapi/qapi-events-tpm.h qapi/qapi-events-tpm.c
GENERATED_FILES += qapi/qapi-events-trace.h qapi/qapi-events-trace.c GENERATED_FILES += qapi/qapi-events-trace.h qapi/qapi-events-trace.c
GENERATED_FILES += qapi/qapi-events-transaction.h qapi/qapi-events-transaction.c GENERATED_FILES += qapi/qapi-events-transaction.h qapi/qapi-events-transaction.c
GENERATED_FILES += qapi/qapi-events-ui.h qapi/qapi-events-ui.c GENERATED_FILES += qapi/qapi-events-ui.h qapi/qapi-events-ui.c
GENERATED_FILES += qmp-introspect.c qmp-introspect.h GENERATED_FILES += qapi/qapi-introspect.c qapi/qapi-introspect.h
GENERATED_FILES += qapi-doc.texi GENERATED_FILES += qapi/qapi-doc.texi
GENERATED_FILES += trace/generated-tcg-tracers.h GENERATED_FILES += trace/generated-tcg-tracers.h
...@@ -562,7 +562,7 @@ $(SRC_PATH)/scripts/qapi-gen.py ...@@ -562,7 +562,7 @@ $(SRC_PATH)/scripts/qapi-gen.py
qga/qapi-generated/qga-qapi-types.c qga/qapi-generated/qga-qapi-types.h \ qga/qapi-generated/qga-qapi-types.c qga/qapi-generated/qga-qapi-types.h \
qga/qapi-generated/qga-qapi-visit.c qga/qapi-generated/qga-qapi-visit.h \ qga/qapi-generated/qga-qapi-visit.c qga/qapi-generated/qga-qapi-visit.h \
qga/qapi-generated/qga-qmp-commands.h qga/qapi-generated/qga-qmp-commands.c \ qga/qapi-generated/qga-qapi-commands.h qga/qapi-generated/qga-qapi-commands.c \
qga/qapi-generated/qga-qapi-doc.texi: \ qga/qapi-generated/qga-qapi-doc.texi: \
qga/qapi-generated/qapi-gen-timestamp ; qga/qapi-generated/qapi-gen-timestamp ;
qga/qapi-generated/qapi-gen-timestamp: $(SRC_PATH)/qga/qapi-schema.json $(qapi-py) qga/qapi-generated/qapi-gen-timestamp: $(SRC_PATH)/qga/qapi-schema.json $(qapi-py)
...@@ -571,7 +571,7 @@ qga/qapi-generated/qapi-gen-timestamp: $(SRC_PATH)/qga/qapi-schema.json $(qapi-p ...@@ -571,7 +571,7 @@ qga/qapi-generated/qapi-gen-timestamp: $(SRC_PATH)/qga/qapi-schema.json $(qapi-p
"GEN","$(@:%-timestamp=%)") "GEN","$(@:%-timestamp=%)")
@>$@ @>$@
qapi-modules = $(SRC_PATH)/qapi-schema.json $(SRC_PATH)/qapi/common.json \ qapi-modules = $(SRC_PATH)/qapi/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/char.json \ $(SRC_PATH)/qapi/char.json \
$(SRC_PATH)/qapi/crypto.json \ $(SRC_PATH)/qapi/crypto.json \
...@@ -587,8 +587,8 @@ qapi-modules = $(SRC_PATH)/qapi-schema.json $(SRC_PATH)/qapi/common.json \ ...@@ -587,8 +587,8 @@ qapi-modules = $(SRC_PATH)/qapi-schema.json $(SRC_PATH)/qapi/common.json \
$(SRC_PATH)/qapi/transaction.json \ $(SRC_PATH)/qapi/transaction.json \
$(SRC_PATH)/qapi/ui.json $(SRC_PATH)/qapi/ui.json
qapi-builtin-types.c qapi-builtin-types.h \ qapi/qapi-builtin-types.c qapi/qapi-builtin-types.h \
qapi-types.c qapi-types.h \ qapi/qapi-types.c qapi/qapi-types.h \
qapi/qapi-types-block-core.c qapi/qapi-types-block-core.h \ qapi/qapi-types-block-core.c qapi/qapi-types-block-core.h \
qapi/qapi-types-block.c qapi/qapi-types-block.h \ qapi/qapi-types-block.c qapi/qapi-types-block.h \
qapi/qapi-types-char.c qapi/qapi-types-char.h \ qapi/qapi-types-char.c qapi/qapi-types-char.h \
...@@ -605,8 +605,8 @@ qapi/qapi-types-tpm.c qapi/qapi-types-tpm.h \ ...@@ -605,8 +605,8 @@ qapi/qapi-types-tpm.c qapi/qapi-types-tpm.h \
qapi/qapi-types-trace.c qapi/qapi-types-trace.h \ qapi/qapi-types-trace.c qapi/qapi-types-trace.h \
qapi/qapi-types-transaction.c qapi/qapi-types-transaction.h \ qapi/qapi-types-transaction.c qapi/qapi-types-transaction.h \
qapi/qapi-types-ui.c qapi/qapi-types-ui.h \ qapi/qapi-types-ui.c qapi/qapi-types-ui.h \
qapi-builtin-visit.c qapi-builtin-visit.h \ qapi/qapi-builtin-visit.c qapi/qapi-builtin-visit.h \
qapi-visit.c qapi-visit.h \ qapi/qapi-visit.c qapi/qapi-visit.h \
qapi/qapi-visit-block-core.c qapi/qapi-visit-block-core.h \ qapi/qapi-visit-block-core.c qapi/qapi-visit-block-core.h \
qapi/qapi-visit-block.c qapi/qapi-visit-block.h \ qapi/qapi-visit-block.c qapi/qapi-visit-block.h \
qapi/qapi-visit-char.c qapi/qapi-visit-char.h \ qapi/qapi-visit-char.c qapi/qapi-visit-char.h \
...@@ -623,7 +623,7 @@ qapi/qapi-visit-tpm.c qapi/qapi-visit-tpm.h \ ...@@ -623,7 +623,7 @@ qapi/qapi-visit-tpm.c qapi/qapi-visit-tpm.h \
qapi/qapi-visit-trace.c qapi/qapi-visit-trace.h \ qapi/qapi-visit-trace.c qapi/qapi-visit-trace.h \
qapi/qapi-visit-transaction.c qapi/qapi-visit-transaction.h \ qapi/qapi-visit-transaction.c qapi/qapi-visit-transaction.h \
qapi/qapi-visit-ui.c qapi/qapi-visit-ui.h \ qapi/qapi-visit-ui.c qapi/qapi-visit-ui.h \
qmp-commands.h qmp-commands.c \ qapi/qapi-commands.h qapi/qapi-commands.c \
qapi/qapi-commands-block-core.c qapi/qapi-commands-block-core.h \ qapi/qapi-commands-block-core.c qapi/qapi-commands-block-core.h \
qapi/qapi-commands-block.c qapi/qapi-commands-block.h \ qapi/qapi-commands-block.c qapi/qapi-commands-block.h \
qapi/qapi-commands-char.c qapi/qapi-commands-char.h \ qapi/qapi-commands-char.c qapi/qapi-commands-char.h \
...@@ -640,7 +640,7 @@ qapi/qapi-commands-tpm.c qapi/qapi-commands-tpm.h \ ...@@ -640,7 +640,7 @@ qapi/qapi-commands-tpm.c qapi/qapi-commands-tpm.h \
qapi/qapi-commands-trace.c qapi/qapi-commands-trace.h \ qapi/qapi-commands-trace.c qapi/qapi-commands-trace.h \
qapi/qapi-commands-transaction.c qapi/qapi-commands-transaction.h \ qapi/qapi-commands-transaction.c qapi/qapi-commands-transaction.h \
qapi/qapi-commands-ui.c qapi/qapi-commands-ui.h \ qapi/qapi-commands-ui.c qapi/qapi-commands-ui.h \
qapi-event.c qapi-event.h \ qapi/qapi-events.c qapi/qapi-events.h \
qapi/qapi-events-block-core.c qapi/qapi-events-block-core.h \ qapi/qapi-events-block-core.c qapi/qapi-events-block-core.h \
qapi/qapi-events-block.c qapi/qapi-events-block.h \ qapi/qapi-events-block.c qapi/qapi-events-block.h \
qapi/qapi-events-char.c qapi/qapi-events-char.h \ qapi/qapi-events-char.c qapi/qapi-events-char.h \
...@@ -657,16 +657,16 @@ qapi/qapi-events-tpm.c qapi/qapi-events-tpm.h \ ...@@ -657,16 +657,16 @@ qapi/qapi-events-tpm.c qapi/qapi-events-tpm.h \
qapi/qapi-events-trace.c qapi/qapi-events-trace.h \ qapi/qapi-events-trace.c qapi/qapi-events-trace.h \
qapi/qapi-events-transaction.c qapi/qapi-events-transaction.h \ qapi/qapi-events-transaction.c qapi/qapi-events-transaction.h \
qapi/qapi-events-ui.c qapi/qapi-events-ui.h \ qapi/qapi-events-ui.c qapi/qapi-events-ui.h \
qmp-introspect.h qmp-introspect.c \ qapi/qapi-introspect.h qapi/qapi-introspect.c \
qapi-doc.texi: \ qapi/qapi-doc.texi: \
qapi-gen-timestamp ; qapi-gen-timestamp ;
qapi-gen-timestamp: $(qapi-modules) $(qapi-py) qapi-gen-timestamp: $(qapi-modules) $(qapi-py)
$(call quiet-command,$(PYTHON_UTF8) $(SRC_PATH)/scripts/qapi-gen.py \ $(call quiet-command,$(PYTHON_UTF8) $(SRC_PATH)/scripts/qapi-gen.py \
-o "." -b $<, \ -o "qapi" -b $<, \
"GEN","$(@:%-timestamp=%)") "GEN","$(@:%-timestamp=%)")
@>$@ @>$@
QGALIB_GEN=$(addprefix qga/qapi-generated/, qga-qapi-types.h qga-qapi-visit.h qga-qmp-commands.h) QGALIB_GEN=$(addprefix qga/qapi-generated/, qga-qapi-types.h qga-qapi-visit.h qga-qapi-commands.h)
$(qga-obj-y): $(QGALIB_GEN) $(qga-obj-y): $(QGALIB_GEN)
qemu-ga$(EXESUF): $(qga-obj-y) $(COMMON_LDADDS) qemu-ga$(EXESUF): $(qga-obj-y) $(COMMON_LDADDS)
...@@ -933,7 +933,7 @@ qemu-monitor-info.texi: $(SRC_PATH)/hmp-commands-info.hx $(SRC_PATH)/scripts/hxt ...@@ -933,7 +933,7 @@ qemu-monitor-info.texi: $(SRC_PATH)/hmp-commands-info.hx $(SRC_PATH)/scripts/hxt
qemu-img-cmds.texi: $(SRC_PATH)/qemu-img-cmds.hx $(SRC_PATH)/scripts/hxtool qemu-img-cmds.texi: $(SRC_PATH)/qemu-img-cmds.hx $(SRC_PATH)/scripts/hxtool
$(call quiet-command,sh $(SRC_PATH)/scripts/hxtool -t < $< > $@,"GEN","$@") $(call quiet-command,sh $(SRC_PATH)/scripts/hxtool -t < $< > $@,"GEN","$@")
docs/interop/qemu-qmp-qapi.texi: qapi-doc.texi docs/interop/qemu-qmp-qapi.texi: qapi/qapi-doc.texi
@cp -p $< $@ @cp -p $< $@
docs/interop/qemu-ga-qapi.texi: qga/qapi-generated/qga-qapi-doc.texi docs/interop/qemu-ga-qapi.texi: qga/qapi-generated/qga-qapi-doc.texi
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
# Common libraries for tools and emulators # Common libraries for tools and emulators
stub-obj-y = stubs/ crypto/ stub-obj-y = stubs/ crypto/
util-obj-y = util/ qobject/ qapi/ util-obj-y = util/ qobject/ qapi/
util-obj-y += qapi-builtin-types.o util-obj-y += qapi/qapi-builtin-types.o
util-obj-y += qapi-types.o util-obj-y += qapi/qapi-types.o
util-obj-y += qapi/qapi-types-block-core.o util-obj-y += qapi/qapi-types-block-core.o
util-obj-y += qapi/qapi-types-block.o util-obj-y += qapi/qapi-types-block.o
util-obj-y += qapi/qapi-types-char.o util-obj-y += qapi/qapi-types-char.o
...@@ -20,8 +20,8 @@ util-obj-y += qapi/qapi-types-tpm.o ...@@ -20,8 +20,8 @@ util-obj-y += qapi/qapi-types-tpm.o
util-obj-y += qapi/qapi-types-trace.o util-obj-y += qapi/qapi-types-trace.o
util-obj-y += qapi/qapi-types-transaction.o util-obj-y += qapi/qapi-types-transaction.o
util-obj-y += qapi/qapi-types-ui.o util-obj-y += qapi/qapi-types-ui.o
util-obj-y += qapi-builtin-visit.o util-obj-y += qapi/qapi-builtin-visit.o
util-obj-y += qapi-visit.o util-obj-y += qapi/qapi-visit.o
util-obj-y += qapi/qapi-visit-block-core.o util-obj-y += qapi/qapi-visit-block-core.o
util-obj-y += qapi/qapi-visit-block.o util-obj-y += qapi/qapi-visit-block.o
util-obj-y += qapi/qapi-visit-char.o util-obj-y += qapi/qapi-visit-char.o
...@@ -38,7 +38,7 @@ util-obj-y += qapi/qapi-visit-tpm.o ...@@ -38,7 +38,7 @@ util-obj-y += qapi/qapi-visit-tpm.o
util-obj-y += qapi/qapi-visit-trace.o util-obj-y += qapi/qapi-visit-trace.o
util-obj-y += qapi/qapi-visit-transaction.o util-obj-y += qapi/qapi-visit-transaction.o
util-obj-y += qapi/qapi-visit-ui.o util-obj-y += qapi/qapi-visit-ui.o
util-obj-y += qapi-event.o util-obj-y += qapi/qapi-events.o
util-obj-y += qapi/qapi-events-block-core.o util-obj-y += qapi/qapi-events-block-core.o
util-obj-y += qapi/qapi-events-block.o util-obj-y += qapi/qapi-events-block.o
util-obj-y += qapi/qapi-events-char.o util-obj-y += qapi/qapi-events-char.o
...@@ -55,7 +55,7 @@ util-obj-y += qapi/qapi-events-tpm.o ...@@ -55,7 +55,7 @@ util-obj-y += qapi/qapi-events-tpm.o
util-obj-y += qapi/qapi-events-trace.o util-obj-y += qapi/qapi-events-trace.o
util-obj-y += qapi/qapi-events-transaction.o util-obj-y += qapi/qapi-events-transaction.o
util-obj-y += qapi/qapi-events-ui.o util-obj-y += qapi/qapi-events-ui.o
util-obj-y += qmp-introspect.o util-obj-y += qapi/qapi-introspect.o
chardev-obj-y = chardev/ chardev-obj-y = chardev/
...@@ -131,7 +131,7 @@ common-obj-$(CONFIG_FDT) += device_tree.o ...@@ -131,7 +131,7 @@ common-obj-$(CONFIG_FDT) += device_tree.o
###################################################################### ######################################################################
# qapi # qapi
common-obj-y += qmp-commands.o common-obj-y += qapi/qapi-commands.o
common-obj-y += qapi/qapi-commands-block-core.o common-obj-y += qapi/qapi-commands-block-core.o
common-obj-y += qapi/qapi-commands-block.o common-obj-y += qapi/qapi-commands-block.o
common-obj-y += qapi/qapi-commands-char.o common-obj-y += qapi/qapi-commands-char.o
...@@ -148,7 +148,7 @@ common-obj-y += qapi/qapi-commands-tpm.o ...@@ -148,7 +148,7 @@ common-obj-y += qapi/qapi-commands-tpm.o
common-obj-y += qapi/qapi-commands-trace.o common-obj-y += qapi/qapi-commands-trace.o
common-obj-y += qapi/qapi-commands-transaction.o common-obj-y += qapi/qapi-commands-transaction.o
common-obj-y += qapi/qapi-commands-ui.o common-obj-y += qapi/qapi-commands-ui.o
common-obj-y += qmp-introspect.o common-obj-y += qapi/qapi-introspect.o
common-obj-y += qmp.o hmp.o common-obj-y += qmp.o hmp.o
endif endif
...@@ -171,8 +171,9 @@ target-obj-y += trace/ ...@@ -171,8 +171,9 @@ target-obj-y += trace/
###################################################################### ######################################################################
# guest agent # guest agent
# FIXME: a few definitions from qapi-types.o/qapi-visit.o are needed # FIXME: a few definitions from qapi/qapi-types.o and
# by libqemuutil.a. These should be moved to a separate .json schema. # qapi/qapi-visit.o are needed by libqemuutil.a. These should be
# extracted into a QAPI schema module, or perhaps a separate schema.
qga-obj-y = qga/ qga-obj-y = qga/
qga-vss-dll-obj-y = qga/ qga-vss-dll-obj-y = qga/
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include "sysemu/hostmem.h" #include "sysemu/hostmem.h"
#include "hw/boards.h" #include "hw/boards.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qapi-builtin-visit.h" #include "qapi/qapi-builtin-visit.h"
#include "qapi/visitor.h" #include "qapi/visitor.h"
#include "qemu/config-file.h" #include "qemu/config-file.h"
#include "qom/object_interfaces.h" #include "qom/object_interfaces.h"
......
...@@ -647,7 +647,7 @@ name an event 'MAX', since the generator also produces a C enumeration ...@@ -647,7 +647,7 @@ name an event 'MAX', since the generator also produces a C enumeration
of all event names with a generated _MAX value at the end. When of all event names with a generated _MAX value at the end. When
'data' is also specified, additional info will be included in the 'data' is also specified, additional info will be included in the
event, with similar semantics to a 'struct' expression. Finally there event, with similar semantics to a 'struct' expression. Finally there
will be C API generated in qapi-event.h; when called by QEMU code, a will be C API generated in qapi-events.h; when called by QEMU code, a
message with timestamp will be emitted on the wire. message with timestamp will be emitted on the wire.
An example event is: An example event is:
...@@ -1147,15 +1147,15 @@ declares qmp_COMMAND() that the user must implement. ...@@ -1147,15 +1147,15 @@ declares qmp_COMMAND() that the user must implement.
The following files are generated: The following files are generated:
$(prefix)qmp-commands.c: Command marshal/dispatch functions for each $(prefix)qapi-commands.c: Command marshal/dispatch functions for each
QMP command defined in the schema QMP command defined in the schema
$(prefix)qmp-commands.h: Function prototypes for the QMP commands $(prefix)qapi-commands.h: Function prototypes for the QMP commands
specified in the schema specified in the schema
Example: Example:
$ cat qapi-generated/example-qmp-commands.h $ cat qapi-generated/example-qapi-commands.h
[Uninteresting stuff omitted...] [Uninteresting stuff omitted...]
#ifndef EXAMPLE_QMP_COMMANDS_H #ifndef EXAMPLE_QMP_COMMANDS_H
...@@ -1170,7 +1170,7 @@ Example: ...@@ -1170,7 +1170,7 @@ Example:
void qmp_marshal_my_command(QDict *args, QObject **ret, Error **errp); void qmp_marshal_my_command(QDict *args, QObject **ret, Error **errp);
#endif #endif
$ cat qapi-generated/example-qmp-commands.c $ cat qapi-generated/example-qapi-commands.c
[Uninteresting stuff omitted...] [Uninteresting stuff omitted...]
static void qmp_marshal_output_UserDefOne(UserDefOne *ret_in, QObject **ret_out, Error **errp) static void qmp_marshal_output_UserDefOne(UserDefOne *ret_in, QObject **ret_out, Error **errp)
...@@ -1243,14 +1243,14 @@ qapi_event_send_EVENT(). ...@@ -1243,14 +1243,14 @@ qapi_event_send_EVENT().
The following files are created: The following files are created:
$(prefix)qapi-event.h - Function prototypes for each event type, plus an $(prefix)qapi-events.h - Function prototypes for each event type, plus an
enumeration of all event names enumeration of all event names
$(prefix)qapi-event.c - Implementation of functions to send an event $(prefix)qapi-events.c - Implementation of functions to send an event
Example: Example:
$ cat qapi-generated/example-qapi-event.h $ cat qapi-generated/example-qapi-events.h
[Uninteresting stuff omitted...] [Uninteresting stuff omitted...]
#ifndef EXAMPLE_QAPI_EVENT_H #ifndef EXAMPLE_QAPI_EVENT_H
...@@ -1273,7 +1273,7 @@ Example: ...@@ -1273,7 +1273,7 @@ Example:
extern const char *const example_QAPIEvent_lookup[]; extern const char *const example_QAPIEvent_lookup[];
#endif #endif
$ cat qapi-generated/example-qapi-event.c $ cat qapi-generated/example-qapi-events.c
[Uninteresting stuff omitted...] [Uninteresting stuff omitted...]
void qapi_event_send_my_event(Error **errp) void qapi_event_send_my_event(Error **errp)
...@@ -1306,14 +1306,14 @@ Example: ...@@ -1306,14 +1306,14 @@ Example:
The following files are created: The following files are created:
$(prefix)qmp-introspect.c - Defines a string holding a JSON $(prefix)qapi-introspect.c - Defines a string holding a JSON
description of the schema description of the schema
$(prefix)qmp-introspect.h - Declares the above string $(prefix)qapi-introspect.h - Declares the above string
Example: Example:
$ cat qapi-generated/example-qmp-introspect.h $ cat qapi-generated/example-qapi-introspect.h
[Uninteresting stuff omitted...] [Uninteresting stuff omitted...]
#ifndef EXAMPLE_QMP_INTROSPECT_H #ifndef EXAMPLE_QMP_INTROSPECT_H
...@@ -1322,7 +1322,7 @@ Example: ...@@ -1322,7 +1322,7 @@ Example:
extern const char example_qmp_schema_json[]; extern const char example_qmp_schema_json[];
#endif #endif
$ cat qapi-generated/example-qmp-introspect.c $ cat qapi-generated/example-qapi-introspect.c
[Uninteresting stuff omitted...] [Uninteresting stuff omitted...]
const char example_qmp_schema_json[] = "[" const char example_qmp_schema_json[] = "["
......
...@@ -419,7 +419,7 @@ There are a number of things to be noticed: ...@@ -419,7 +419,7 @@ There are a number of things to be noticed:
allocated by the implementation. This is so because the QAPI also generates allocated by the implementation. This is so because the QAPI also generates
a function to free its types and it cannot distinguish between dynamically a function to free its types and it cannot distinguish between dynamically
or statically allocated strings or statically allocated strings
6. You have to include "qapi/qmp-commands-misc.h" in qemu-timer.c 6. You have to include "qapi/qapi-commands-misc.h" in qemu-timer.c
Time to test the new command. Build qemu, run it as described in the "Testing" Time to test the new command. Build qemu, run it as described in the "Testing"
section and try this: section and try this:
......
...@@ -79,7 +79,7 @@ Escape character is '^]'. ...@@ -79,7 +79,7 @@ Escape character is '^]'.
} }
Please refer to docs/interop/qemu-qmp-ref.* for a complete command Please refer to docs/interop/qemu-qmp-ref.* for a complete command
reference, generated from qapi-schema.json. reference, generated from qapi/qapi-schema.json.
QMP wiki page QMP wiki page
------------- -------------
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include "monitor/qdev.h" #include "monitor/qdev.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qapi/opts-visitor.h" #include "qapi/opts-visitor.h"
#include "qapi-builtin-visit.h" #include "qapi/qapi-builtin-visit.h"
#include "qapi/qapi-commands-block.h" #include "qapi/qapi-commands-block.h"
#include "qapi/qapi-commands-char.h" #include "qapi/qapi-commands-char.h"
#include "qapi/qapi-commands-migration.h" #include "qapi/qapi-commands-migration.h"
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#ifndef QOBJECT_H #ifndef QOBJECT_H
#define QOBJECT_H #define QOBJECT_H
#include "qapi-builtin-types.h" #include "qapi/qapi-builtin-types.h"
struct QObject { struct QObject {
QType type; QType type;
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#ifndef QAPI_VISITOR_H #ifndef QAPI_VISITOR_H
#define QAPI_VISITOR_H #define QAPI_VISITOR_H
#include "qapi-builtin-types.h" #include "qapi/qapi-builtin-types.h"
/* /*
* The QAPI schema defines both a set of C data types, and a QMP wire * The QAPI schema defines both a set of C data types, and a QMP wire
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#ifndef QEMU_OBJECT_H #ifndef QEMU_OBJECT_H
#define QEMU_OBJECT_H #define QEMU_OBJECT_H
#include "qapi-builtin-types.h" #include "qapi/qapi-builtin-types.h"
#include "qemu/queue.h" #include "qemu/queue.h"
struct TypeImpl; struct TypeImpl;
......
...@@ -69,14 +69,14 @@ ...@@ -69,14 +69,14 @@
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "qemu/log.h" #include "qemu/log.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "qmp-commands.h"
#include "hmp.h" #include "hmp.h"
#include "qemu/thread.h" #include "qemu/thread.h"
#include "block/qapi.h" #include "block/qapi.h"
#include "qapi/qapi-commands.h"
#include "qapi/qapi-events.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qapi/qmp-event.h" #include "qapi/qmp-event.h"
#include "qapi-event.h" #include "qapi/qapi-introspect.h"
#include "qmp-introspect.h"
#include "sysemu/qtest.h" #include "sysemu/qtest.h"
#include "sysemu/cpus.h" #include "sysemu/cpus.h"
#include "qemu/cutils.h" #include "qemu/cutils.h"
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#include "qemu-common.h" #include "qemu-common.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "qemu/iov.h" #include "qemu/iov.h"
#include "qapi-builtin-visit.h" #include "qapi/qapi-builtin-visit.h"
#include "qapi/qmp/qerror.h" #include "qapi/qmp/qerror.h"
#include "qom/object.h" #include "qom/object.h"
......
...@@ -1729,7 +1729,7 @@ ...@@ -1729,7 +1729,7 @@
# #
# Emitted when background dump has completed # Emitted when background dump has completed
# #
# @result: DumpQueryResult type described in qapi-schema.json. # @result: final dump status
# #
# @error: human-readable error string that provides # @error: human-readable error string that provides
# hint on why dump failed. Only presents on failure. The # hint on why dump failed. Only presents on failure. The
...@@ -2944,7 +2944,7 @@ ...@@ -2944,7 +2944,7 @@
# #
# Emitted when guest executes ACPI _OST method. # Emitted when guest executes ACPI _OST method.
# #
# @info: ACPIOSTInfo type as described in qapi-schema.json # @info: OSPM Status Indication
# #
# Since: 2.1 # Since: 2.1
# #
......
...@@ -76,20 +76,20 @@ ...@@ -76,20 +76,20 @@
# included sub-schemas inserted at the first include directive # included sub-schemas inserted at the first include directive
# (subsequent include directives have no effect). To get a sane and # (subsequent include directives have no effect). To get a sane and
# stable order, it's best to include each sub-schema just once, or # stable order, it's best to include each sub-schema just once, or
# include it first in qapi-schema.json. # include it first right here.
{ 'include': 'qapi/common.json' } { 'include': 'common.json' }
{ 'include': 'qapi/sockets.json' } { 'include': 'sockets.json' }
{ 'include': 'qapi/run-state.json' } { 'include': 'run-state.json' }
{ 'include': 'qapi/crypto.json' } { 'include': 'crypto.json' }
{ 'include': 'qapi/block.json' } { 'include': 'block.json' }
{ 'include': 'qapi/char.json' } { 'include': 'char.json' }
{ 'include': 'qapi/net.json' } { 'include': 'net.json' }
{ 'include': 'qapi/rocker.json' } { 'include': 'rocker.json' }
{ 'include': 'qapi/tpm.json' } { 'include': 'tpm.json' }
{ 'include': 'qapi/ui.json' } { 'include': 'ui.json' }
{ 'include': 'qapi/migration.json' } { 'include': 'migration.json' }
{ 'include': 'qapi/transaction.json' } { 'include': 'transaction.json' }
{ 'include': 'qapi/trace.json' } { 'include': 'trace.json' }
{ 'include': 'qapi/introspect.json' } { 'include': 'introspect.json' }
{ 'include': 'qapi/misc.json' } { 'include': 'misc.json' }
...@@ -3,6 +3,6 @@ qga-obj-$(CONFIG_POSIX) += commands-posix.o channel-posix.o ...@@ -3,6 +3,6 @@ qga-obj-$(CONFIG_POSIX) += commands-posix.o channel-posix.o
qga-obj-$(CONFIG_WIN32) += commands-win32.o channel-win32.o service-win32.o qga-obj-$(CONFIG_WIN32) += commands-win32.o channel-win32.o service-win32.o
qga-obj-$(CONFIG_WIN32) += vss-win32.o qga-obj-$(CONFIG_WIN32) += vss-win32.o
qga-obj-y += qapi-generated/qga-qapi-types.o qapi-generated/qga-qapi-visit.o qga-obj-y += qapi-generated/qga-qapi-types.o qapi-generated/qga-qapi-visit.o
qga-obj-y += qapi-generated/qga-qmp-commands.o qga-obj-y += qapi-generated/qga-qapi-commands.o
qga-vss-dll-obj-$(CONFIG_QGA_VSS) += vss-win32/ qga-vss-dll-obj-$(CONFIG_QGA_VSS) += vss-win32/
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#include <sys/wait.h> #include <sys/wait.h>
#include <dirent.h> #include <dirent.h>
#include "qga/guest-agent-core.h" #include "qga/guest-agent-core.h"
#include "qga-qmp-commands.h" #include "qga-qapi-commands.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qapi/qmp/qerror.h" #include "qapi/qmp/qerror.h"
#include "qemu/queue.h" #include "qemu/queue.h"
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#include "qga/guest-agent-core.h" #include "qga/guest-agent-core.h"
#include "qga/vss-win32.h" #include "qga/vss-win32.h"
#include "qga-qmp-commands.h" #include "qga-qapi-commands.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qapi/qmp/qerror.h" #include "qapi/qmp/qerror.h"
#include "qemu/queue.h" #include "qemu/queue.h"
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qga/guest-agent-core.h" #include "qga/guest-agent-core.h"
#include "qga-qmp-commands.h" #include "qga-qapi-commands.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qapi/qmp/qerror.h" #include "qapi/qmp/qerror.h"
#include "qemu/base64.h" #include "qemu/base64.h"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include "qapi/qmp/qstring.h" #include "qapi/qmp/qstring.h"
#include "qga/guest-agent-core.h" #include "qga/guest-agent-core.h"
#include "qemu/module.h" #include "qemu/module.h"
#include "qga-qmp-commands.h" #include "qga-qapi-commands.h"
#include "qapi/qmp/qerror.h" #include "qapi/qmp/qerror.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qga/channel.h" #include "qga/channel.h"
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include "qapi/visitor.h" #include "qapi/visitor.h"
#include "qapi/string-input-visitor.h" #include "qapi/string-input-visitor.h"
#include "qapi/string-output-visitor.h" #include "qapi/string-output-visitor.h"
#include "qapi-builtin-visit.h" #include "qapi/qapi-builtin-visit.h"
#include "qapi/qmp/qerror.h" #include "qapi/qmp/qerror.h"
#include "trace.h" #include "trace.h"
......
...@@ -232,13 +232,6 @@ class QAPISchemaGenCommandVisitor(QAPISchemaModularCVisitor): ...@@ -232,13 +232,6 @@ class QAPISchemaGenCommandVisitor(QAPISchemaModularCVisitor):
self._regy = '' self._regy = ''
self._visited_ret_types = {} self._visited_ret_types = {}
# Temporary HACK:
def _module_basename(self, what, name):
basename = QAPISchemaModularCVisitor._module_basename(self, what, name)
if name == self._main_module:
return re.sub(r'qapi-commands', 'qmp-commands', basename)
return basename
def _begin_module(self, name): def _begin_module(self, name):
self._visited_ret_types[self._genc] = set() self._visited_ret_types[self._genc] = set()
commands = self._module_basename('qapi-commands', name) commands = self._module_basename('qapi-commands', name)
......
...@@ -1775,11 +1775,10 @@ def c_enum_const(type_name, const_name, prefix=None): ...@@ -1775,11 +1775,10 @@ def c_enum_const(type_name, const_name, prefix=None):
type_name = prefix type_name = prefix
return camel_to_upper(type_name) + '_' + c_name(const_name, False).upper() return camel_to_upper(type_name) + '_' + c_name(const_name, False).upper()
# Temporary HACK for '/':
if hasattr(str, 'maketrans'): if hasattr(str, 'maketrans'):
c_name_trans = str.maketrans('.-/', '___') c_name_trans = str.maketrans('.-', '__')
else: else:
c_name_trans = string.maketrans('.-/', '___') c_name_trans = string.maketrans('.-', '__')
# Map @name to a valid C identifier. # Map @name to a valid C identifier.
......
...@@ -157,20 +157,13 @@ class QAPISchemaGenEventVisitor(QAPISchemaModularCVisitor): ...@@ -157,20 +157,13 @@ class QAPISchemaGenEventVisitor(QAPISchemaModularCVisitor):
self._enum_name = c_name(prefix + 'QAPIEvent', protect=False) self._enum_name = c_name(prefix + 'QAPIEvent', protect=False)
self._event_names = [] self._event_names = []
# Temporary HACK:
def _module_basename(self, what, name):
basename = QAPISchemaModularCVisitor._module_basename(self, what, name)
if name == self._main_module:
return re.sub(r'qapi-events', 'qapi-event', basename)
return basename
def _begin_module(self, name): def _begin_module(self, name):
types = self._module_basename('qapi-types', name) types = self._module_basename('qapi-types', name)
visit = self._module_basename('qapi-visit', name) visit = self._module_basename('qapi-visit', name)
self._genc.add(mcgen(''' self._genc.add(mcgen('''
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h" #include "qemu-common.h"
#include "%(prefix)sqapi-event.h" #include "%(prefix)sqapi-events.h"
#include "%(visit)s.h" #include "%(visit)s.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qapi/qmp/qdict.h" #include "qapi/qmp/qdict.h"
......
...@@ -44,7 +44,7 @@ class QAPISchemaGenIntrospectVisitor(QAPISchemaMonolithicCVisitor): ...@@ -44,7 +44,7 @@ class QAPISchemaGenIntrospectVisitor(QAPISchemaMonolithicCVisitor):
def __init__(self, prefix, unmask): def __init__(self, prefix, unmask):
QAPISchemaMonolithicCVisitor.__init__( QAPISchemaMonolithicCVisitor.__init__(
self, prefix, 'qmp-introspect', self, prefix, 'qapi-introspect',
' * QAPI/QMP schema introspection', __doc__) ' * QAPI/QMP schema introspection', __doc__)
self._unmask = unmask self._unmask = unmask
self._schema = None self._schema = None
...@@ -53,7 +53,7 @@ class QAPISchemaGenIntrospectVisitor(QAPISchemaMonolithicCVisitor): ...@@ -53,7 +53,7 @@ class QAPISchemaGenIntrospectVisitor(QAPISchemaMonolithicCVisitor):
self._name_map = {} self._name_map = {}
self._genc.add(mcgen(''' self._genc.add(mcgen('''
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "%(prefix)sqmp-introspect.h" #include "%(prefix)sqapi-introspect.h"
''', ''',
prefix=prefix)) prefix=prefix))
......
...@@ -177,8 +177,8 @@ class QAPISchemaGenTypeVisitor(QAPISchemaModularCVisitor): ...@@ -177,8 +177,8 @@ class QAPISchemaGenTypeVisitor(QAPISchemaModularCVisitor):
self._genc.preamble_add(mcgen(''' self._genc.preamble_add(mcgen('''
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qapi/dealloc-visitor.h" #include "qapi/dealloc-visitor.h"
#include "qapi-builtin-types.h" #include "qapi/qapi-builtin-types.h"
#include "qapi-builtin-visit.h" #include "qapi/qapi-builtin-visit.h"
''')) '''))
self._genh.preamble_add(mcgen(''' self._genh.preamble_add(mcgen('''
#include "qapi/util.h" #include "qapi/util.h"
...@@ -195,7 +195,7 @@ class QAPISchemaGenTypeVisitor(QAPISchemaModularCVisitor): ...@@ -195,7 +195,7 @@ class QAPISchemaGenTypeVisitor(QAPISchemaModularCVisitor):
''', ''',
types=types, visit=visit)) types=types, visit=visit))
self._genh.preamble_add(mcgen(''' self._genh.preamble_add(mcgen('''
#include "qapi-builtin-types.h" #include "qapi/qapi-builtin-types.h"
''')) '''))
def visit_begin(self, schema): def visit_begin(self, schema):
......
...@@ -274,11 +274,11 @@ class QAPISchemaGenVisitVisitor(QAPISchemaModularCVisitor): ...@@ -274,11 +274,11 @@ class QAPISchemaGenVisitVisitor(QAPISchemaModularCVisitor):
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h" #include "qemu-common.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qapi-builtin-visit.h" #include "qapi/qapi-builtin-visit.h"
''')) '''))
self._genh.preamble_add(mcgen(''' self._genh.preamble_add(mcgen('''
#include "qapi/visitor.h" #include "qapi/visitor.h"
#include "qapi-builtin-types.h" #include "qapi/qapi-builtin-types.h"
''', ''',
prefix=prefix)) prefix=prefix))
...@@ -295,7 +295,7 @@ class QAPISchemaGenVisitVisitor(QAPISchemaModularCVisitor): ...@@ -295,7 +295,7 @@ class QAPISchemaGenVisitVisitor(QAPISchemaModularCVisitor):
''', ''',
visit=visit, prefix=self._prefix)) visit=visit, prefix=self._prefix))
self._genh.preamble_add(mcgen(''' self._genh.preamble_add(mcgen('''
#include "qapi-builtin-visit.h" #include "qapi/qapi-builtin-visit.h"
#include "%(types)s.h" #include "%(types)s.h"
''', ''',
......
...@@ -60,7 +60,8 @@ test-keyval ...@@ -60,7 +60,8 @@ test-keyval
test-logging test-logging
test-mul64 test-mul64
test-opts-visitor test-opts-visitor
test-qapi-event.[ch] test-qapi-commands.[ch]
test-qapi-events.[ch]
test-qapi-types.[ch] test-qapi-types.[ch]
test-qapi-util test-qapi-util
test-qapi-visit.[ch] test-qapi-visit.[ch]
...@@ -71,11 +72,10 @@ test-qga ...@@ -71,11 +72,10 @@ test-qga
test-qht test-qht
test-qht-par test-qht-par
test-qmp-cmds test-qmp-cmds
test-qmp-commands.[ch]
test-qmp-event test-qmp-event
test-qobject-input-strict test-qobject-input-strict
test-qobject-input-visitor test-qobject-input-visitor
test-qmp-introspect.[ch] test-qapi-introspect.[ch]
test-qobject-output-visitor test-qobject-output-visitor
test-rcu-list test-rcu-list
test-replication test-replication
......
...@@ -570,8 +570,8 @@ qapi-schema += unknown-expr-key.json ...@@ -570,8 +570,8 @@ qapi-schema += unknown-expr-key.json
check-qapi-schema-y := $(addprefix tests/qapi-schema/, $(qapi-schema)) check-qapi-schema-y := $(addprefix tests/qapi-schema/, $(qapi-schema))
GENERATED_FILES += tests/test-qapi-types.h tests/test-qapi-visit.h \ GENERATED_FILES += tests/test-qapi-types.h tests/test-qapi-visit.h \
tests/test-qmp-commands.h tests/test-qapi-event.h \ tests/test-qapi-commands.h tests/test-qapi-events.h \
tests/test-qmp-introspect.h tests/test-qapi-introspect.h
test-obj-y = tests/check-qnum.o tests/check-qstring.o tests/check-qdict.o \ test-obj-y = tests/check-qnum.o tests/check-qstring.o tests/check-qdict.o \
tests/check-qlist.o tests/check-qnull.o tests/check-qobject.o \ tests/check-qlist.o tests/check-qnull.o tests/check-qobject.o \
...@@ -596,7 +596,7 @@ QEMU_CFLAGS += -I$(SRC_PATH)/tests ...@@ -596,7 +596,7 @@ QEMU_CFLAGS += -I$(SRC_PATH)/tests
test-util-obj-y = libqemuutil.a test-util-obj-y = libqemuutil.a
test-qom-obj-y = $(qom-obj-y) $(test-util-obj-y) test-qom-obj-y = $(qom-obj-y) $(test-util-obj-y)
test-qapi-obj-y = tests/test-qapi-visit.o tests/test-qapi-types.o \ test-qapi-obj-y = tests/test-qapi-visit.o tests/test-qapi-types.o \
tests/test-qapi-event.o tests/test-qmp-introspect.o \ tests/test-qapi-events.o tests/test-qapi-introspect.o \
$(test-qom-obj-y) $(test-qom-obj-y)
benchmark-crypto-obj-y = $(crypto-obj-y) $(test-qom-obj-y) benchmark-crypto-obj-y = $(crypto-obj-y) $(test-qom-obj-y)
test-crypto-obj-y = $(crypto-obj-y) $(test-qom-obj-y) test-crypto-obj-y = $(crypto-obj-y) $(test-qom-obj-y)
...@@ -660,9 +660,9 @@ tests/test-replication$(EXESUF): tests/test-replication.o $(test-util-obj-y) \ ...@@ -660,9 +660,9 @@ tests/test-replication$(EXESUF): tests/test-replication.o $(test-util-obj-y) \
tests/test-qapi-types.c tests/test-qapi-types.h \ tests/test-qapi-types.c tests/test-qapi-types.h \
tests/test-qapi-visit.c tests/test-qapi-visit.h \ tests/test-qapi-visit.c tests/test-qapi-visit.h \
tests/test-qmp-commands.h tests/test-qmp-commands.c \ tests/test-qapi-commands.h tests/test-qapi-commands.c \
tests/test-qapi-event.c tests/test-qapi-event.h \ tests/test-qapi-events.c tests/test-qapi-events.h \
tests/test-qmp-introspect.c tests/test-qmp-introspect.h: \ tests/test-qapi-introspect.c tests/test-qapi-introspect.h: \
tests/test-qapi-gen-timestamp ; tests/test-qapi-gen-timestamp ;
tests/test-qapi-gen-timestamp: $(SRC_PATH)/tests/qapi-schema/qapi-schema-test.json $(qapi-py) tests/test-qapi-gen-timestamp: $(SRC_PATH)/tests/qapi-schema/qapi-schema-test.json $(qapi-py)
$(call quiet-command,$(PYTHON) $(SRC_PATH)/scripts/qapi-gen.py \ $(call quiet-command,$(PYTHON) $(SRC_PATH)/scripts/qapi-gen.py \
...@@ -683,7 +683,7 @@ tests/test-qmp-event$(EXESUF): tests/test-qmp-event.o $(test-qapi-obj-y) ...@@ -683,7 +683,7 @@ tests/test-qmp-event$(EXESUF): tests/test-qmp-event.o $(test-qapi-obj-y)
tests/test-qobject-output-visitor$(EXESUF): tests/test-qobject-output-visitor.o $(test-qapi-obj-y) tests/test-qobject-output-visitor$(EXESUF): tests/test-qobject-output-visitor.o $(test-qapi-obj-y)
tests/test-clone-visitor$(EXESUF): tests/test-clone-visitor.o $(test-qapi-obj-y) tests/test-clone-visitor$(EXESUF): tests/test-clone-visitor.o $(test-qapi-obj-y)
tests/test-qobject-input-visitor$(EXESUF): tests/test-qobject-input-visitor.o $(test-qapi-obj-y) tests/test-qobject-input-visitor$(EXESUF): tests/test-qobject-input-visitor.o $(test-qapi-obj-y)
tests/test-qmp-cmds$(EXESUF): tests/test-qmp-cmds.o tests/test-qmp-commands.o $(test-qapi-obj-y) tests/test-qmp-cmds$(EXESUF): tests/test-qmp-cmds.o tests/test-qapi-commands.o $(test-qapi-obj-y)
tests/test-visitor-serialization$(EXESUF): tests/test-visitor-serialization.o $(test-qapi-obj-y) tests/test-visitor-serialization$(EXESUF): tests/test-visitor-serialization.o $(test-qapi-obj-y)
tests/test-opts-visitor$(EXESUF): tests/test-opts-visitor.o $(test-qapi-obj-y) tests/test-opts-visitor$(EXESUF): tests/test-opts-visitor.o $(test-qapi-obj-y)
......
...@@ -3,12 +3,12 @@ ...@@ -3,12 +3,12 @@
#include "qapi/qmp/qdict.h" #include "qapi/qmp/qdict.h"
#include "qapi/qmp/qnum.h" #include "qapi/qmp/qnum.h"
#include "qapi/qmp/qstring.h" #include "qapi/qmp/qstring.h"
#include "test-qmp-commands.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu/module.h" #include "qemu/module.h"
#include "qapi/qobject-input-visitor.h" #include "qapi/qobject-input-visitor.h"
#include "tests/test-qapi-types.h" #include "tests/test-qapi-types.h"
#include "tests/test-qapi-visit.h" #include "tests/test-qapi-visit.h"
#include "test-qapi-commands.h"
static QmpCommandList qmp_commands; static QmpCommandList qmp_commands;
......
...@@ -14,13 +14,13 @@ ...@@ -14,13 +14,13 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h" #include "qemu-common.h"
#include "test-qapi-event.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qapi/qmp/qbool.h" #include "qapi/qmp/qbool.h"
#include "qapi/qmp/qdict.h" #include "qapi/qmp/qdict.h"
#include "qapi/qmp/qnum.h" #include "qapi/qmp/qnum.h"
#include "qapi/qmp/qstring.h" #include "qapi/qmp/qstring.h"
#include "qapi/qmp-event.h" #include "qapi/qmp-event.h"
#include "test-qapi-events.h"
typedef struct TestEventData { typedef struct TestEventData {
QDict *expect; QDict *expect;
......
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
#include "qapi/qmp/qnum.h" #include "qapi/qmp/qnum.h"
#include "qapi/qmp/qstring.h" #include "qapi/qmp/qstring.h"
#include "qapi/qmp/qjson.h" #include "qapi/qmp/qjson.h"
#include "test-qmp-introspect.h" #include "test-qapi-introspect.h"
#include "qmp-introspect.h" #include "qapi/qapi-introspect.h"
typedef struct TestInputVisitorData { typedef struct TestInputVisitorData {
QObject *obj; QObject *obj;
...@@ -1376,7 +1376,7 @@ int main(int argc, char **argv) ...@@ -1376,7 +1376,7 @@ int main(int argc, char **argv)
NULL, test_visitor_in_fail_alternate); NULL, test_visitor_in_fail_alternate);
input_visitor_test_add("/visitor/input/fail/union-native-list", input_visitor_test_add("/visitor/input/fail/union-native-list",
NULL, test_visitor_in_fail_union_native_list); NULL, test_visitor_in_fail_union_native_list);
input_visitor_test_add("/visitor/input/qmp-introspect", input_visitor_test_add("/visitor/input/qapi-introspect",
NULL, test_visitor_in_qmp_introspect); NULL, test_visitor_in_qmp_introspect);
g_test_run(); g_test_run();
......
...@@ -181,8 +181,7 @@ int tpm_config_parse(QemuOptsList *opts_list, const char *optarg) ...@@ -181,8 +181,7 @@ int tpm_config_parse(QemuOptsList *opts_list, const char *optarg)
} }
/* /*
* Walk the list of active TPM backends and collect information about them * Walk the list of active TPM backends and collect information about them.
* following the schema description in qapi-schema.json.
*/ */
TPMInfoList *qmp_query_tpm(Error **errp) TPMInfoList *qmp_query_tpm(Error **errp)
{ {
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include "ui/input.h" #include "ui/input.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qmp-commands.h" #include "qapi/qapi-commands.h"
#include "sysemu/blockdev.h" #include "sysemu/blockdev.h"
#include "qemu-version.h" #include "qemu-version.h"
#include <Carbon/Carbon.h> #include <Carbon/Carbon.h>
......
...@@ -35,10 +35,10 @@ ...@@ -35,10 +35,10 @@
#include "qemu/timer.h" #include "qemu/timer.h"
#include "qemu/acl.h" #include "qemu/acl.h"
#include "qemu/config-file.h" #include "qemu/config-file.h"
#include "qapi/qapi-events.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qapi/qapi-commands-ui.h" #include "qapi/qapi-commands-ui.h"
#include "ui/input.h" #include "ui/input.h"
#include "qapi-event.h"
#include "crypto/hash.h" #include "crypto/hash.h"
#include "crypto/tlscredsanon.h" #include "crypto/tlscredsanon.h"
#include "crypto/tlscredsx509.h" #include "crypto/tlscredsx509.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册