Fix runqemu -q, and complain about O=2

This commit is contained in:
Ciro Santilli
2017-06-14 09:10:49 +01:00
parent 4d6f260825
commit a066fafe78
2 changed files with 3 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ kgdb=false
nographic=false
extra_append=''
extra_flags=''
while getopts a:dkn OPT; do
while getopts a:dknq OPT; do
case "$OPT" in
a)
arch=$OPTARG