diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-10-13 22:15:30 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-10-17 19:26:07 +0200 |
commit | e42110215d4be95dc831a3e67fa2d18aaeba680c (patch) | |
tree | 601a8ae0d68aec7ffc8fc6f32067de6f9817eaac /src/tests/qemu/Makefile | |
parent | 113bf1d2e83d07f30d3bf58699eff03e9518df6d (diff) |
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>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/tests/qemu/Makefile')
-rw-r--r-- | src/tests/qemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/qemu/Makefile b/src/tests/qemu/Makefile index 58c183a..fc1115f 100644 --- a/src/tests/qemu/Makefile +++ b/src/tests/qemu/Makefile @@ -82,7 +82,7 @@ qemu: $(KERNEL_BZIMAGE) -device virtconsole,chardev=stdio \ -chardev file,id=status,path=$(BUILD_PATH)/result \ -device virtserialport,chardev=status \ - -watchdog ib700 -watchdog-action poweroff \ + -no-reboot \ -monitor none \ -kernel $< \ -append "console=hvc0" |