aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tests/qemu/kernel.config
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-10-13 22:15:30 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-10-17 19:26:07 +0200
commit97a5ef664a9950acfe5ee83f562407f06300b705 (patch)
treea631c3942e6c44d15c1b72f1c85fb442aa0c51ae /src/tests/qemu/kernel.config
parentqemu: open /dev/console if we're started early (diff)
downloadwireguard-monolithic-historical-97a5ef664a9950acfe5ee83f562407f06300b705.tar.xz
wireguard-monolithic-historical-97a5ef664a9950acfe5ee83f562407f06300b705.zip
qemu: phase out bitbanging
Although I was secretly proud of having figured out these unholy hacks, it turns out -no-reboot lets us do things in a platform-independent way. Suggested-by: Jann Horn <jann@thejh.net>
Diffstat (limited to 'src/tests/qemu/kernel.config')
-rw-r--r--src/tests/qemu/kernel.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/qemu/kernel.config b/src/tests/qemu/kernel.config
index c29435d..6de2fbe 100644
--- a/src/tests/qemu/kernel.config
+++ b/src/tests/qemu/kernel.config
@@ -80,6 +80,7 @@ CONFIG_DETECT_HUNG_TASK=y
CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y
+CONFIG_PANIC_TIMEOUT=-1
CONFIG_STACKTRACE=y
CONFIG_EARLY_PRINTK=y
CONFIG_WIREGUARD=y