qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] hw/uefi: add pcap support
@ 2025-11-26 14:25 Gerd Hoffmann
  2025-11-26 14:25 ` [PATCH 1/2] move pcap structs to header file Gerd Hoffmann
  2025-11-26 14:25 ` [PATCH 2/2] hw/uefi: add pcap support Gerd Hoffmann
  0 siblings, 2 replies; 5+ messages in thread
From: Gerd Hoffmann @ 2025-11-26 14:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann



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           | 27 ++++++++++
 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 +
 roms/edk2                     |  2 +-
 8 files changed, 142 insertions(+), 24 deletions(-)
 create mode 100644 include/qemu/pcap.h
 create mode 100644 hw/uefi/var-service-pcap.c

-- 
2.52.0



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-11-27  5:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-26 14:25 [PATCH 0/2] hw/uefi: add pcap support Gerd Hoffmann
2025-11-26 14:25 ` [PATCH 1/2] move pcap structs to header file Gerd Hoffmann
2025-11-27  5:44   ` Philippe Mathieu-Daudé
2025-11-26 14:25 ` [PATCH 2/2] hw/uefi: add pcap support Gerd Hoffmann
2025-11-27  5:48   ` Philippe Mathieu-Daudé

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).