From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [PATCH v2 0/2] hw/uefi: add pcap support
Date: Thu, 27 Nov 2025 10:21:39 +0100 [thread overview]
Message-ID: <20251127092142.204471-1-kraxel@redhat.com> (raw)
v2:
- add missing licence tag to new header file
- use qemu_create()
- tag a fixed struct as 'static const'.
- pick up reviews tags.
Gerd Hoffmann (2):
move pcap structs to header file
hw/uefi: add pcap support
include/hw/uefi/var-service.h | 10 ++++
include/qemu/pcap.h | 30 +++++++++++
hw/uefi/var-service-core.c | 7 +++
hw/uefi/var-service-pcap.c | 94 +++++++++++++++++++++++++++++++++++
hw/uefi/var-service-sysbus.c | 1 +
hw/usb/pcap.c | 24 +--------
hw/uefi/meson.build | 1 +
7 files changed, 144 insertions(+), 23 deletions(-)
create mode 100644 include/qemu/pcap.h
create mode 100644 hw/uefi/var-service-pcap.c
--
2.52.0
next reply other threads:[~2025-11-27 9:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-27 9:21 Gerd Hoffmann [this message]
2025-11-27 9:21 ` [PATCH v2 1/2] move pcap structs to header file Gerd Hoffmann
2025-11-27 9:21 ` [PATCH v2 2/2] hw/uefi: add pcap support Gerd Hoffmann
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-all 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=20251127092142.204471-1-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/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;
as well as URLs for NNTP newsgroup(s).