Home
last modified time | relevance | path

Searched refs:QAPIBackend (Results 1 – 2 of 2) sorted by relevance

/qemu/scripts/qapi/
H A Dmain.py15 from .backend import QAPIBackend, QAPICBackend
28 def create_backend(path: str) -> QAPIBackend:
53 if not isinstance(backend, QAPIBackend):
H A Dbackend.py15 class QAPIBackend(ABC): class
39 class QAPICBackend(QAPIBackend):