Searched refs:SchemaInfo (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/qapi/ |
H A D | introspect.json | 20 # SchemaInfo. This lets QMP clients figure out what commands and 23 # However, the SchemaInfo can't reflect all the rules and restrictions 37 # Returns: array of @SchemaInfo, where each element describes an 40 # The order of the various SchemaInfo is unspecified; however, all 51 'returns': [ 'SchemaInfo' ], 57 # This is a @SchemaInfo's meta type, i.e. the kind of entity it 81 # @SchemaInfo: 83 # @name: the entity's name, inherited from @base. The SchemaInfo is 98 { 'union': 'SchemaInfo', 114 # Additional SchemaInfo members for meta-type 'builtin'. [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | qmp-cmd-test.c | 158 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 D | qapi-code-gen.rst | 1192 query-qmp-schema returns a JSON array of SchemaInfo objects. These 1194 There is no specified order to the SchemaInfo objects returned; a 1199 However, the SchemaInfo can't reflect all the rules and restrictions 1206 schema, along with the SchemaInfo type. This text attempts to give an 1210 SchemaInfo objects have common members "name", "meta-type", 1214 Each SchemaInfo object describes a wire ABI entity of a certain 1217 SchemaInfo for commands and events have the same name as in the QAPI 1221 not. Therefore, the SchemaInfo for types have auto-generated 1233 The SchemaInfo for a command has meta-type "command", and variant 1245 Example: the SchemaInfo for command query-qmp-schema :: [all …]
|
/openbmc/qemu/scripts/qapi/ |
H A D | introspect.py | 71 SchemaInfo = Dict[str, object] variable 180 self._trees: List[Annotated[SchemaInfo]] = []
|
/openbmc/qemu/monitor/ |
H A D | qmp-cmds-control.c | 186 SchemaInfo *ent; in zap_deprecated()
|