about summary refs log tree commit diff stats
path: root/src/focaccia/tools/validate_qemu.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/focaccia/tools/validate_qemu.py')
-rwxr-xr-xsrc/focaccia/tools/validate_qemu.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/focaccia/tools/validate_qemu.py b/src/focaccia/tools/validate_qemu.py
index b59809e..56e3beb 100755
--- a/src/focaccia/tools/validate_qemu.py
+++ b/src/focaccia/tools/validate_qemu.py
@@ -60,6 +60,10 @@ memory, and stepping forward by single instructions.
     prog.add_argument('--error-level',
                       default='warning',
                       choices=list(verbosity.keys()))
+    prog.add_argument('--executable',
+                      default=None,
+                      help='The executable executed under QEMU, overrides the auto-detected' \
+                            'executable')
     return prog
 
 def quoted(s: str) -> str: