We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2398cb8 commit 497db1fCopy full SHA for 497db1f
1 file changed
lib/qemu.py
@@ -237,6 +237,7 @@ def qemu_monitor_shutdown(p):
237
238
239
def get_qemu(name='qemu-system-ppc64'):
240
+ # This looks for QEMU_SYSTEM_PPC64 or QEMU_SYSTEM_PPC in the environment
241
qemu = get_env_var(name.upper().replace('-', '_'))
242
if qemu is None:
243
# Defer to $PATH search
0 commit comments