Home
last modified time | relevance | path

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

/openbmc/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 …]
/openbmc/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()
/openbmc/qemu/docs/devel/
H A Dqapi-code-gen.rst1210 SchemaInfo objects have common members "name", "meta-type",
1221 not. Therefore, the SchemaInfo for types have auto-generated
1245 Example: the SchemaInfo for command query-qmp-schema ::
1251 "SchemaInfoList" is the array of SchemaInfo type.
1264 Example: the SchemaInfo for EVENT_C from section Events_ ::
1299 Example: the SchemaInfo for TestType from section Features_::
1314 Example: the SchemaInfo for union BlockdevOptions from section
1349 Example: the SchemaInfo for ['str'] ::
1377 Example: the SchemaInfo for str ::
1382 how they map to C. They are identical as far as SchemaInfo is
[all …]
/openbmc/qemu/scripts/qapi/
H A Dintrospect.py71 SchemaInfo = Dict[str, object] variable
180 self._trees: List[Annotated[SchemaInfo]] = []
/openbmc/qemu/monitor/
H A Dqmp-cmds-control.c186 SchemaInfo *ent; in zap_deprecated()