OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qemu_path
(Results
1 - 4
of
4
) sorted by null
/external/autotest/client/tests/qemu_iotests/
qemu_iotests.py
15
def initialize(self,
qemu_path
=''):
16
if
qemu_path
:
18
# version found on
qemu_path
be preferred over other ones.
19
os.environ['PATH'] =
qemu_path
+ ":" + os.environ['PATH']
65
@param
qemu_path
: Optional qemu install path.
/external/autotest/client/tests/kvm/
get_started.py
128
for
qemu_path
in qemu_default_paths:
129
if not os.path.isfile(
qemu_path
):
131
qemu_path
)
133
logging.debug("%s present",
qemu_path
)
/external/autotest/client/virt/
kvm_installer.py
28
qemu_path
= os.path.join(test_bindir, "qemu")
31
if os.path.lexists(
qemu_path
):
32
os.unlink(
qemu_path
)
43
os.symlink(bin,
qemu_path
)
54
os.symlink(kvm_qemu,
qemu_path
)
virt_env_process.py
253
qemu_path
= virt_utils.get_path(test.bindir, params.get("qemu_binary",
255
version_line = commands.getoutput("%s -help | head -n 1" %
qemu_path
)
Completed in 68 milliseconds