doc: remove forgotten references to ./run -n

This commit is contained in:
Ciro Santilli
2018-03-26 10:19:51 +01:00
parent 1a0330c942
commit bcbc7b4c5c
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ while getopts a: OPT; do
esac
done
set_common_vars "$arch" false
time ./run -a "$arch" -n -e 'init=/poweroff.out' -- -trace exec_tb,file=trace
time ./run -a "$arch" -e 'init=/poweroff.out' -- -trace exec_tb,file=trace
time ./qemu/scripts/simpletrace.py "${out_dir}/build/host-qemu-custom/trace-events-all" trace >trace.txt
wc -l trace.txt
sed '/0x1000000/q' trace.txt >trace-boot.txt