Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/qapi/
H A Dfeatures.py14 from .schema import QAPISchema, QAPISchemaFeature
25 self.features: ValuesView[QAPISchemaFeature]
35 if f.name in QAPISchemaFeature.SPECIAL_NAMES:
H A Devents.py22 QAPISchemaFeature,
83 features: List[QAPISchemaFeature], argument
233 features: List[QAPISchemaFeature], argument
H A Dvisit.py31 QAPISchemaFeature,
373 features: List[QAPISchemaFeature], argument
393 features: List[QAPISchemaFeature], argument
415 features: List[QAPISchemaFeature], argument
H A Dtypes.py25 QAPISchemaFeature,
328 features: List[QAPISchemaFeature], argument
349 features: List[QAPISchemaFeature], argument
372 features: List[QAPISchemaFeature], argument
/openbmc/qemu/docs/sphinx/
H A Dqapidoc.py52 QAPISchemaFeature,
188 if isinstance(ent, (QAPISchemaEnumMember, QAPISchemaFeature)):