Compare commits
No commits in common. "48e076a6318fc5036445870df076155f2f4f6414" and "a5a912228ef96bdf249975d3ae340eb0fe8a3151" have entirely different histories.
48e076a631
...
a5a912228e
@ -5,8 +5,7 @@ QEMU_EFI=/usr/share/OVMF/OVMF_CODE.fd
|
||||
ifeq ($(serial),no)
|
||||
QEMUFLAGS+=-chardev stdio,id=debug -device isa-debugcon,iobase=0x402,chardev=debug
|
||||
else
|
||||
QEMUFLAGS+=-chardev stdio,id=debug,signal=off,mux=on,"$(if $(qemu_serial_logfile),logfile=$(qemu_serial_logfile))"
|
||||
QEMUFLAGS+=-serial chardev:debug -mon chardev=debug
|
||||
QEMUFLAGS+=-serial mon:stdio
|
||||
endif
|
||||
ifeq ($(iommu),yes)
|
||||
QEMUFLAGS+=-machine q35,iommu=on
|
||||
|
||||
Reference in New Issue
Block a user