Compare commits
2 Commits
a5a912228e
...
48e076a631
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
48e076a631 | ||
|
|
8f20770117 |
@ -5,7 +5,8 @@ QEMU_EFI=/usr/share/OVMF/OVMF_CODE.fd
|
|||||||
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
|
||||||
QEMUFLAGS+=-serial mon:stdio
|
QEMUFLAGS+=-chardev stdio,id=debug,signal=off,mux=on,"$(if $(qemu_serial_logfile),logfile=$(qemu_serial_logfile))"
|
||||||
|
QEMUFLAGS+=-serial chardev:debug -mon chardev=debug
|
||||||
endif
|
endif
|
||||||
ifeq ($(iommu),yes)
|
ifeq ($(iommu),yes)
|
||||||
QEMUFLAGS+=-machine q35,iommu=on
|
QEMUFLAGS+=-machine q35,iommu=on
|
||||||
|
|||||||
Reference in New Issue
Block a user