Home
last modified time | relevance | path

Searched full:schema (Results 26 – 50 of 90) sorted by relevance

1234

/qemu/scripts/qapi/
H A Dcommands.py31 from .schema import (
309 ' * Schema-defined QAPI/QMP commands', None, __doc__,
346 def visit_begin(self, schema: QAPISchema) -> None:
414 def gen_commands(schema: QAPISchema,
419 schema.visit(vis)
H A Dvisit.py25 from .schema import (
337 prefix, 'qapi-visit', ' * Schema-defined QAPI visitors',
422 def gen_visit(schema: QAPISchema,
427 schema.visit(vis)
H A Dgen.py34 from .schema import (
75 # schema in specialised schemas. Don't overwrite the files that are
76 # already generated for the main schema.
/qemu/tests/
H A DMakefile.include6 …@echo " $(MAKE) check Run block, qapi-schema, unit, softfloat, qtest and decode…
15 @echo " $(MAKE) check-qapi-schema Run QAPI schema tests"
/qemu/docs/devel/
H A Dwriting-monitor-commands.rst30 schema module.
107 The first step is defining the command in the appropriate QAPI schema
159 schema file to the following::
173 Notice the new 'data' member in the schema. It specifies an argument
200 2. The C implementation signature must follow the schema's argument ordering,
449 its members correspond to the type's specification in the schema
453 3. As specified in the schema file, the function returns a
/qemu/tests/qapi-schema/
H A Ddoc-bad-event-arg.json1 # Arguments listed in the doc comment must exist in the actual schema
H A Dfeatures-too-many.err2 features-too-many.json:2: Maximum of 64 schema features is permitted
H A Ddoc-bad-feature.json1 # Features listed in the doc comment must exist in the actual schema
H A Ddoc-bad-enum-member.json1 # Members listed in the doc comment must exist in the actual schema
H A Ddoc-bad-command-arg.json1 # Arguments listed in the doc comment must exist in the actual schema
H A Ddoc-bad-alternate-member.json1 # Arguments listed in the doc comment must exist in the actual schema
H A Dsub-sub-module.json4 # Sub-module of sub-module include/sub-module.json of qapi-schema-test.json
H A Ddoc-bad-union-member.json1 # Arguments listed in the doc comment must exist in the actual schema
/qemu/docs/interop/
H A Dqemu-qmp-ref.rst9 .. qapi-doc:: qapi/qapi-schema.json
H A Dqemu-ga-ref.rst4 .. qapi-doc:: qga/qapi-schema.json
H A Dqemu-storage-daemon-qmp-ref.rst7 .. qapi-doc:: storage-daemon/qapi/qapi-schema.json
/qemu/tests/qapi-schema/include/
H A Dsub-module.json4 # Sub-module of ../qapi-schema-test.json
/qemu/storage-daemon/qapi/
H A Dmeson.build3 input: [ files('qapi-schema.json') ],
/qemu/docs/sphinx/
H A Dqapidoc_legacy.py15 in QAPI schema files, and insert them all into the current document.
19 pathname of the schema file to process, relative to the source tree.
52 """A QAPI schema visitor which generates docutils/Sphinx nodes
343 etc). We do this by calling 'visit' on the schema entity, which
/qemu/scripts/
H A Dgit.orderfile25 # qapi schema
/qemu/include/qapi/
H A Dtype-helpers.h5 * in the QAPI schema.
/qemu/docs/system/i386/
H A Damd-memory-encryption.rst178 QAPI schema for the sev-snp-guest object.
181 by the corresponding parameters documented in the QAPI schema for the
206 by the corresponding parameters documented in the QAPI schema for the
223 schema for the 'sev-snp-guest' object)::
/qemu/qapi/
H A Dqapi-type-helpers.c5 * in the QAPI schema.
/qemu/docs/system/
H A Dmanaged-startup.rst32 - ``query-qmp-schema``
/qemu/docs/devel/testing/
H A Dmain.rst48 which includes QAPI schema tests, unit tests, QTests and some iotests.
154 QAPI schema tests
157 The QAPI schema tests validate the QAPI parser used by QMP, by feeding
161 The input/output data is managed under the ``tests/qapi-schema`` directory.
170 Consider adding a new QAPI schema test when you are making a change on the QAPI
175 ``$EDITOR tests/qapi-schema/foo.{json,out,err,exit}``.
179 ``qapi-schema += foo.json``

1234