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