From e42110215d4be95dc831a3e67fa2d18aaeba680c Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 13 Oct 2017 22:15:30 +0200 Subject: 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 Signed-off-by: Jason A. Donenfeld --- src/tests/qemu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/qemu/Makefile') 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" -- cgit v1.2.3