Remove no-reboot from qemu flags
This commit is contained in:
parent
2ef580043f
commit
1a0afdca45
|
@ -28,7 +28,7 @@ $(error Unsupported ARCH for QEMU "$(ARCH)"))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
QEMU=SDL_VIDEO_X11_DGAMOUSE=0 qemu-system-$(QEMU_ARCH)
|
QEMU=SDL_VIDEO_X11_DGAMOUSE=0 qemu-system-$(QEMU_ARCH)
|
||||||
QEMUFLAGS+=-d cpu_reset,guest_errors -no-reboot
|
QEMUFLAGS+=-d cpu_reset,guest_errors
|
||||||
ifeq ($(serial),no)
|
ifeq ($(serial),no)
|
||||||
QEMUFLAGS+=-chardev stdio,id=debug -device isa-debugcon,iobase=0x402,chardev=debug
|
QEMUFLAGS+=-chardev stdio,id=debug -device isa-debugcon,iobase=0x402,chardev=debug
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue