forked from avocado-framework/avocado-vt
-
Notifications
You must be signed in to change notification settings - Fork 1
CartesianConfigReference KVM qemu_binary.rst
Xu Tian edited this page Dec 30, 2016
·
1 revision
qemu\_binary
============
Description
-----------
Sets either the name or full path for the QEMU binary.
By default this is as simple as possible:
::
qemu_binary = qemu
But while testing the qemu-kvm userspace, one could use:
::
qemu_binary = /usr/bin/qemu-kvm
Defined On
----------
- `client/tests/kvm/base.cfg.sample `_
- `client/tests/kvm/tests.cfg.sample `_
- `client/tests/kvm/unittests.cfg.sample `_
Used By
-------
- `client/virt/kvm\_vm.py `_
- `client/virt/virt\_env\_process.py `_
Referenced By
-------------
No other documentation currently references this configuration key.
See Also
--------
- `qemu\_img\_binary `_