Searched refs:SchemaInfo (Results 1 – 5 of 5) sorted by relevance
20 # SchemaInfo. This lets QMP clients figure out what commands and51 '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 …]
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()
1210 SchemaInfo objects have common members "name", "meta-type",1221 not. Therefore, the SchemaInfo for types have auto-generated1245 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 section1349 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 …]
71 SchemaInfo = Dict[str, object] variable180 self._trees: List[Annotated[SchemaInfo]] = []
186 SchemaInfo *ent; in zap_deprecated()