On Thu, Sep 22, 2022 at 07:49:39PM +0300, Konstantin Aladyshev wrote:
> Yes, I use QEMU to run OVMF in Linux (actually in WSL). Here is a
> command that I use for launch:
> ```
> qemu-system-x86_64 \
>   -drive if=pflash,format=raw,file=Build/OvmfX64/RELEASE_GCC5/FV/OVMF.fd \
>   -drive format=raw,file=fat:rw:~/UEFI_disk
>   -vnc :1
> ```
> So nothing explicit about the UARTs.

qemu adds a bunch of default devices for convenience.
vga, nic, cdrom, serial port.

You can use '-nodefaults' to turn off all of them or '-serial none'
to turn off the serial port only.

take care,
  Gerd



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#94207): https://edk2.groups.io/g/devel/message/94207
Mute This Topic: https://groups.io/mt/93818606/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to