Skip to content

Commit

Permalink
Add qemu binary entry for powerpc
Browse files Browse the repository at this point in the history
Add qemu binary entry to support qemu
installer test for powerpc.

Signed-off-by: Satheesh Rajendran <[email protected]>
  • Loading branch information
Satheesh Rajendran committed May 22, 2018
1 parent 6f0e847 commit a95d297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virttest/qemu_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class QEMUBaseInstaller(base_installer.BaseInstaller):
# to the test directory
#
qemu_system = 'qemu-system-' + decode_to_text(process.system_output('uname -i'))
ACCEPTABLE_QEMU_BIN_NAMES = ['qemu-kvm', qemu_system]
ACCEPTABLE_QEMU_BIN_NAMES = ['qemu-kvm', 'qemu-system-ppc64', qemu_system]

#
# The default names for the binaries
Expand Down

0 comments on commit a95d297

Please sign in to comment.