From 17c2fe6e4e35e704955ae709e8100e0fe1541927 Mon Sep 17 00:00:00 2001 From: "Justin C. Miller" Date: Sun, 6 Oct 2019 00:29:10 -0700 Subject: [PATCH] Add debig-exit device to qemu.sh for future tests --- qemu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu.sh b/qemu.sh index 1c9b527..159e1f8 100755 --- a/qemu.sh +++ b/qemu.sh @@ -53,6 +53,7 @@ exec qemu-system-x86_64 \ -drive "if=pflash,format=raw,readonly,file=${assets}/ovmf/x64/ovmf_code.fd" \ -drive "if=pflash,format=raw,file=${build}/${flash_name}.fd" \ -drive "format=raw,file=${build}/jsix.img" \ + -device "isa-debug-exit,iobase=0xf4,iosize=0x04" \ -monitor telnet:localhost:45454,server,nowait \ -smp 4 \ -m 512 \