Home
last modified time | relevance | path

Searched refs:QEMUMachine (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/scripts/
H A Dcompare-machine-types.py39 from qemu.machine import QEMUMachine
61 def __init__(self, vm: QEMUMachine, name: str, abstract: bool) -> None: argument
89 def __init__(self, vm: QEMUMachine, name: str) -> None: argument
106 def __init__(self, vm: QEMUMachine) -> None: argument
122 def __init__(self, vm: QEMUMachine) -> None: argument
142 def __init__(self, vm: QEMUMachine) -> None: argument
157 def new_driver(vm: QEMUMachine, name: str, is_abstr: bool) -> Driver: argument
174 def __init__(self, vm: QEMUMachine) -> None: argument
241 def __init__(self, vm: QEMUMachine, argument
356 vm: QEMUMachine) -> List[Machine]: argument
[all …]
H A Ddevice-crash-test39 from qemu.machine import QEMUMachine
300 vm = QEMUMachine(binary=binary, args=args)
325 vm = QEMUMachine(binary=self.binary, args=args)
365 vm = QEMUMachine(binary=binary, args=args, qmp_timer=15)
/openbmc/qemu/tests/qemu-iotests/
H A D23527 from qemu.machine import QEMUMachine
50 vm = QEMUMachine(iotests.qemu_prog)
/openbmc/qemu/docs/devel/testing/
H A Dfunctional.rst30 ``self.vm`` attribute (a QEMUMachine instance)
130 First of all, it attempts to give each test a ready to use QEMUMachine
132 QEMU command line, launching the QEMUMachine (by using ``self.vm.launch()``)
136 QEMUMachine. The way to get machines is through the ``self.get_vm()``
137 method which will return a QEMUMachine instance. The ``self.get_vm()``
138 method accepts arguments that will be passed to the QEMUMachine creation
173 QEMUMachine chapter
176 The QEMUMachine API is already widely used in the Python iotests,
193 The QEMU binary used for the ``self.vm`` QEMUMachine instance will
202 process. While the QEMUMachine class owns the primary QMP monitor
[all …]
H A Davocado.rst18 ``self.vm`` attribute (a QEMUMachine instance)
195 First of all, it attempts to give each test a ready to use QEMUMachine
197 QEMU command line, launching the QEMUMachine (by using ``self.vm.launch()``)
201 QEMUMachine. The way to get machines is through the ``self.get_vm()``
202 method which will return a QEMUMachine instance. The ``self.get_vm()``
203 method accepts arguments that will be passed to the QEMUMachine creation
265 QEMUMachine chapter
268 The QEMUMachine API is already widely used in the Python iotests,
285 The QEMU binary used for the ``self.vm`` QEMUMachine instance will
316 A QEMUMachine instance, initially configured according to the given
[all …]
/openbmc/qemu/scripts/simplebench/
H A Dbench_block_job.py29 from qemu.machine import QEMUMachine
46 vm = QEMUMachine(qemu_args[0], args=qemu_args[1:])
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dcopy-before-write23 from qemu.machine import QEMUMachine
46 self.vm = QEMUMachine(iotests.qemu_prog, opts,
H A Diothreads-nbd-export30 qemu.machine.QEMUMachine(iotests.qemu_prog) as vm:
/openbmc/qemu/python/qemu/machine/
H A Dqtest.py32 from .machine import QEMUMachine
127 class QEMUQtestMachine(QEMUMachine):
H A D__init__.py28 from .machine import QEMUMachine
H A Dmachine.py110 class QEMUMachine: class
781 if not QEMUMachine.event_match(event[key], match[key]):
/openbmc/qemu/tests/functional/
H A Dtest_virtio_version.py13 from qemu.machine import QEMUMachine
71 with QEMUMachine(self.qemu_bin) as vm:
H A Dtest_acpi_bits.py44 from qemu.machine import QEMUMachine
52 class QEMUBitsMachine(QEMUMachine): # pylint: disable=too-few-public-methods
/openbmc/qemu/tests/migration-stress/guestperf/
H A Dengine.py32 from qemu.machine import QEMUMachine
476 src = QEMUMachine(self._binary,
482 dst = QEMUMachine(self._binary,
/openbmc/qemu/tests/avocado/avocado_qemu/
H A D__init__.py23 from qemu.machine import QEMUMachine
312 vm = QEMUMachine(self.qemu_bin, base_temp_dir=self.workdir,
/openbmc/qemu/tests/functional/qemu_test/
H A Dtestcase.py25 from qemu.machine import QEMUMachine
343 vm = QEMUMachine(self.qemu_bin,
/openbmc/qemu/tests/vm/
H A Dbasevm.py32 from qemu.machine import QEMUMachine
297 guest = QEMUMachine(binary=qemu_path, args=args,