Home
last modified time | relevance | path

Searched refs:SchemaInfo (Results 1 – 5 of 5) sorted by relevance

/qemu/qapi/
H A Dintrospect.json20 # SchemaInfo. This lets QMP clients figure out what commands and
51 'returns': [ 'SchemaInfo' ],
81 # @SchemaInfo:
98 { 'union': 'SchemaInfo',
114 # Additional SchemaInfo members for meta-type 'builtin'.
139 # Additional SchemaInfo members for meta-type 'enum'.
179 # Additional SchemaInfo members for meta-type 'array'.
193 # Additional SchemaInfo members for meta-type 'object'.
258 # Additional SchemaInfo members for meta-type 'alternate'.
286 # Additional SchemaInfo members for meta-type 'command'.
[all …]
/qemu/tests/qtest/
H A Dqmp-cmd-test.c158 static SchemaInfo *qmp_schema_lookup(QmpSchema *schema, const char *name) in qmp_schema_lookup()
169 static bool object_type_has_mandatory_members(SchemaInfo *type) in object_type_has_mandatory_members()
187 SchemaInfo *si, *arg_type, *ret_type; in add_query_tests()
/qemu/docs/devel/
H A Dqapi-code-gen.rst1164 SchemaInfo objects have common members "name", "meta-type",
1175 not. Therefore, the SchemaInfo for types have auto-generated
1199 Example: the SchemaInfo for command query-qmp-schema ::
1205 "SchemaInfoList" is the array of SchemaInfo type.
1218 Example: the SchemaInfo for EVENT_C from section Events_ ::
1253 Example: the SchemaInfo for TestType from section Features_::
1268 Example: the SchemaInfo for union BlockdevOptions from section
1303 Example: the SchemaInfo for ['str'] ::
1331 Example: the SchemaInfo for str ::
1336 how they map to C. They are identical as far as SchemaInfo is
[all …]
/qemu/scripts/qapi/
H A Dintrospect.py71 SchemaInfo = Dict[str, object] variable
180 self._trees: List[Annotated[SchemaInfo]] = []
/qemu/monitor/
H A Dqmp-cmds-control.c186 SchemaInfo *ent; in zap_deprecated()