From: "Gerd Hoffmann" <kraxel@redhat.com>
To: devel@edk2.groups.io
Cc: "Oliver Steffen" <osteffen@redhat.com>,
"Stefan Berger" <stefanb@linux.ibm.com>,
"Anthony Perard" <anthony.perard@citrix.com>,
"Jiewen Yao" <jiewen.yao@intel.com>,
"Julien Grall" <julien@xen.org>,
"Pawel Polawski" <ppolawsk@redhat.com>,
"Jordan Justen" <jordan.l.justen@intel.com>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Gerd Hoffmann" <kraxel@redhat.com>,
"Ard Biesheuvel" <ardb+tianocore@kernel.org>
Subject: [PATCH v2 0/4] OvmfPkg: add virtio serial driver
Date: Thu, 4 May 2023 15:11:57 +0200 [thread overview]
Message-ID: <20230504131201.1026585-1-kraxel@redhat.com> (raw)
v2:
- implement driver stop code paths.
- misc fixes here and there.
- rebase to latest master.
Gerd Hoffmann (4):
OvmfPkg: add IndustryStandard/VirtioSerial.h
OvmfPkg/VirtioSerialDxe: add driver
OvmfPkg/VirtioSerialDxe: wire up in OvmfPkg*
OvmfPkg/PlatformBootManagerLib: setup virtio serial console
OvmfPkg/Microvm/MicrovmX64.dsc | 1 +
OvmfPkg/OvmfPkgIa32.dsc | 1 +
OvmfPkg/OvmfPkgIa32X64.dsc | 1 +
OvmfPkg/OvmfPkgX64.dsc | 1 +
OvmfPkg/Microvm/MicrovmX64.fdf | 1 +
OvmfPkg/OvmfPkgIa32.fdf | 1 +
OvmfPkg/OvmfPkgIa32X64.fdf | 1 +
OvmfPkg/OvmfPkgX64.fdf | 1 +
OvmfPkg/VirtioSerialDxe/VirtioSerial.inf | 40 +
.../Include/IndustryStandard/VirtioSerial.h | 64 ++
OvmfPkg/VirtioSerialDxe/VirtioSerial.h | 226 +++++
.../PlatformBootManagerLib/BdsPlatform.c | 47 +
OvmfPkg/VirtioSerialDxe/VirtioSerial.c | 808 ++++++++++++++++++
OvmfPkg/VirtioSerialDxe/VirtioSerialPort.c | 465 ++++++++++
OvmfPkg/VirtioSerialDxe/VirtioSerialRing.c | 345 ++++++++
15 files changed, 2003 insertions(+)
create mode 100644 OvmfPkg/VirtioSerialDxe/VirtioSerial.inf
create mode 100644 OvmfPkg/Include/IndustryStandard/VirtioSerial.h
create mode 100644 OvmfPkg/VirtioSerialDxe/VirtioSerial.h
create mode 100644 OvmfPkg/VirtioSerialDxe/VirtioSerial.c
create mode 100644 OvmfPkg/VirtioSerialDxe/VirtioSerialPort.c
create mode 100644 OvmfPkg/VirtioSerialDxe/VirtioSerialRing.c
--
2.40.1
next reply other threads:[~2023-05-04 13:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-04 13:11 Gerd Hoffmann [this message]
2023-05-04 13:11 ` [PATCH v2 1/4] OvmfPkg: add IndustryStandard/VirtioSerial.h Gerd Hoffmann
2023-05-04 13:11 ` [PATCH v2 2/4] OvmfPkg/VirtioSerialDxe: add driver Gerd Hoffmann
2023-05-04 13:12 ` [PATCH v2 3/4] OvmfPkg/VirtioSerialDxe: wire up in OvmfPkg* Gerd Hoffmann
2023-05-04 13:12 ` [PATCH v2 4/4] OvmfPkg/PlatformBootManagerLib: setup virtio serial console Gerd Hoffmann
2023-05-04 13:59 ` [PATCH v2 0/4] OvmfPkg: add virtio serial driver Ard Biesheuvel
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=20230504131201.1026585-1-kraxel@redhat.com \
--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