[PATCH 0/2] hw/uefi: add pcap support

Gerd Hoffmann posted 2 patches 2 days, 19 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251126142559.4081483-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
There is a newer version of this series
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
[PATCH 0/2] hw/uefi: add pcap support
Posted by Gerd Hoffmann 2 days, 19 hours ago

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