Searched defs:QEMUMachine (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/scripts/ |
H A D | compare-machine-types.py | 61 def __init__(self, vm: QEMUMachine, name: str, abstract: bool) -> None: 89 def __init__(self, vm: QEMUMachine, name: str) -> None: 106 def __init__(self, vm: QEMUMachine) -> None: 122 def __init__(self, vm: QEMUMachine) -> None: 142 def __init__(self, vm: QEMUMachine) -> None: 157 def new_driver(vm: QEMUMachine, name: str, is_abstr: bool) -> Driver: 174 def __init__(self, vm: QEMUMachine) -> None: 241 def __init__(self, vm: QEMUMachine, 356 vm: QEMUMachine) -> List[Machine]: 368 def get_req_mt(qemu_drivers: VMPropertyGetter, vm: QEMUMachine,
|
/openbmc/qemu/docs/devel/testing/ |
H A D | functional.rst | 155 QEMUMachine chapter
|
H A D | avocado.rst | 265 QEMUMachine chapter
|
/openbmc/qemu/python/qemu/machine/ |
H A D | machine.py | 110 class QEMUMachine: class
|