Add debig-exit device to qemu.sh for future tests

This commit is contained in:
Justin C. Miller
2019-10-06 00:29:10 -07:00
parent f066ac3ffd
commit 17c2fe6e4e

View File

@@ -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,readonly,file=${assets}/ovmf/x64/ovmf_code.fd" \
-drive "if=pflash,format=raw,file=${build}/${flash_name}.fd" \ -drive "if=pflash,format=raw,file=${build}/${flash_name}.fd" \
-drive "format=raw,file=${build}/jsix.img" \ -drive "format=raw,file=${build}/jsix.img" \
-device "isa-debug-exit,iobase=0xf4,iosize=0x04" \
-monitor telnet:localhost:45454,server,nowait \ -monitor telnet:localhost:45454,server,nowait \
-smp 4 \ -smp 4 \
-m 512 \ -m 512 \