public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Gerd Hoffmann" <kraxel@redhat.com>
To: devel@edk2.groups.io, aladyshev22@gmail.com
Cc: "Kinney, Michael D" <michael.d.kinney@intel.com>,
	"Gao, Liming" <gaoliming@byosoft.com.cn>,
	"Wang, Jian J" <jian.j.wang@intel.com>,
	"Ni, Ray" <ray.ni@intel.com>
Subject: Re: [edk2-devel] [PATCH] MdeModulePkg/TerminalDxe: add modes
Date: Fri, 23 Sep 2022 10:17:10 +0200	[thread overview]
Message-ID: <20220923081710.hda7x6w7gwohskbu@sirius.home.kraxel.org> (raw)
In-Reply-To: <CACSj6VX6QVXutZ=tyMi-RQ3DiaKJSKgdZcY-YH1i_oijGmJHkw@mail.gmail.com>

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


      parent reply	other threads:[~2022-09-23  8:17 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-19  8:56 [PATCH] MdeModulePkg/TerminalDxe: add modes Konstantin Aladyshev
2022-09-19 21:01 ` [edk2-devel] " Michael D Kinney
2022-09-21  1:25   ` 回复: " gaoliming
2022-09-21  1:46     ` Michael D Kinney
2022-09-21  8:24       ` Konstantin Aladyshev
2022-09-21 16:27         ` Michael D Kinney
2022-09-22  8:23           ` Konstantin Aladyshev
2022-09-22 16:10             ` Michael D Kinney
2022-09-22 16:49               ` Konstantin Aladyshev
2022-09-22 20:08                 ` Michael D Kinney
2022-09-23  8:17                 ` Gerd Hoffmann [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220923081710.hda7x6w7gwohskbu@sirius.home.kraxel.org \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox