Searched refs:QAPISchemaCommand (Results 1 – 2 of 2) sorted by relevance
/qemu/docs/sphinx/ |
H A D | qapidoc.py | 48 QAPISchemaCommand, 256 assert isinstance(self.entity, QAPISchemaCommand) 310 if isinstance(ent, (QAPISchemaCommand, QAPISchemaEvent)):
|
/qemu/scripts/qapi/ |
H A D | schema.py | 992 class QAPISchemaCommand(QAPISchemaDefinition): class 1464 QAPISchemaCommand(name, info, expr.doc, ifcond, features, data,
|