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

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