Skip to content

Commit 497db1f

Browse files
committed
qemu: Add a comment explaining what get_qemu() is doing
1 parent 2398cb8 commit 497db1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/qemu.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ def qemu_monitor_shutdown(p):
237237

238238

239239
def get_qemu(name='qemu-system-ppc64'):
240+
# This looks for QEMU_SYSTEM_PPC64 or QEMU_SYSTEM_PPC in the environment
240241
qemu = get_env_var(name.upper().replace('-', '_'))
241242
if qemu is None:
242243
# Defer to $PATH search

0 commit comments

Comments
 (0)