diff --git a/README.md b/README.md index da42621..f031760 100644 --- a/README.md +++ b/README.md @@ -568,6 +568,7 @@ says: - - - `qemu/docs/tracing.txt` and `qemu/docs/replay.txt` +- Naive attempt: add to `S99`: diff --git a/runqemu b/runqemu index ac5ce8d..9f9f61d 100755 --- a/runqemu +++ b/runqemu @@ -8,8 +8,9 @@ debug=false debug_qemu='' kgdb=false nographic=false -# norandmaps: reduce randomization to make our lives easier. -extra_append='norandmaps' +# norandmaps: Don't use address space randomization. Equivalent to echo 0 > /proc/sys/kernel/randomize_va_space. +# printk.time=y: log in format: "[time ] msg" for all printk messages. +extra_append='norandmaps printk.time=y' extra_flags='' while getopts a:de:knqt: OPT; do case "$OPT" in