mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-29 21:14:27 +01:00
qemumonitor helper, extra_append from CLI, pci_rescan.sh
This commit is contained in:
5
runqemu
5
runqemu
@@ -10,7 +10,7 @@ kgdb=false
|
||||
nographic=false
|
||||
extra_append=''
|
||||
extra_flags=''
|
||||
while getopts a:dknq OPT; do
|
||||
while getopts a:de:knq OPT; do
|
||||
case "$OPT" in
|
||||
a)
|
||||
arch=$OPTARG
|
||||
@@ -19,6 +19,9 @@ while getopts a:dknq OPT; do
|
||||
debug=true
|
||||
extra_flags="$extra_flags -S -s"
|
||||
;;
|
||||
e)
|
||||
extra_append="$extra_append $OPTARG"
|
||||
;;
|
||||
k)
|
||||
debug=true
|
||||
extra_append="$extra_append kgdbwait"
|
||||
|
||||
Reference in New Issue
Block a user