Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qemu-iotests/
H A D23527 from qemu.machine import QEMUMachine
50 vm = QEMUMachine(iotests.qemu_prog)
/openbmc/qemu/tests/avocado/
H A Dvirtio_check_params.py25 from qemu.machine import QEMUMachine
79 with QEMUMachine(self.qemu_bin) as vm:
122 with QEMUMachine(self.qemu_bin) as vm:
H A Dvirtio_version.py14 from qemu.machine import QEMUMachine
74 with QEMUMachine(self.qemu_bin) as vm:
H A Dacpi-bits.py49 from qemu.machine import QEMUMachine
84 class QEMUBitsMachine(QEMUMachine): # pylint: disable=too-few-public-methods
/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/python/qemu/machine/
H A D__init__.py28 from .machine import QEMUMachine
H A Dqtest.py32 from .machine import QEMUMachine
127 class QEMUQtestMachine(QEMUMachine):
H A Dmachine.py110 class QEMUMachine: class
775 if not QEMUMachine.event_match(event[key], match[key]):
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dcopy-before-write23 from qemu.machine import QEMUMachine
46 self.vm = QEMUMachine(iotests.qemu_prog, opts,
/openbmc/qemu/scripts/
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/migration/guestperf/
H A Dengine.py32 from qemu.machine import QEMUMachine
448 src = QEMUMachine(self._binary,
454 dst = QEMUMachine(self._binary,
/openbmc/qemu/docs/devel/
H A Dtesting.rst864 ``self.vm`` attribute (a QEMUMachine instance)
1041 First of all, it attempts to give each test a ready to use QEMUMachine
1047 QEMUMachine. The way to get machines is through the ``self.get_vm()``
1048 method which will return a QEMUMachine instance. The ``self.get_vm()``
1111 QEMUMachine section in Integration tests using the Avocado Framework
1114 The QEMUMachine API is already widely used in the Python iotests,
1131 The QEMU binary used for the ``self.vm`` QEMUMachine instance will argument
1162 A QEMUMachine instance, initially configured according to the given
1185 The cpu model that will be set to all QEMUMachine instances created
1278 The cpu model that will be set to all QEMUMachine instances created
[all …]
/openbmc/qemu/tests/avocado/avocado_qemu/
H A D__init__.py24 from qemu.machine import QEMUMachine
324 vm = QEMUMachine(self.qemu_bin, base_temp_dir=self.workdir,
/openbmc/qemu/tests/vm/
H A Dbasevm.py32 from qemu.machine import QEMUMachine
297 guest = QEMUMachine(binary=qemu_path, args=args,