diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2021-12-05 19:01:51 -0600 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2021-12-05 19:02:48 -0600 |
| commit | 3f7e206ef247134840510e3a3c3dc739af518d46 (patch) | |
| tree | 3ea3789f5753ea75128db8e6f5f4b2e2d3f378f9 /emulators/qemu/files/pcap-patch-net_clients.h | |
| parent | emulators/qemu42: UNBREAK for 13.X and later (diff) | |
emulators/qemu: Update version 5.0.1=>6.1.0
Relnotes: https://wiki.qemu.org/ChangeLog/6.1
Diffstat (limited to 'emulators/qemu/files/pcap-patch-net_clients.h')
| -rw-r--r-- | emulators/qemu/files/pcap-patch-net_clients.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/qemu/files/pcap-patch-net_clients.h b/emulators/qemu/files/pcap-patch-net_clients.h deleted file mode 100644 index 5b56f1b2f49a..000000000000 --- a/emulators/qemu/files/pcap-patch-net_clients.h +++ /dev/null @@ -1,13 +0,0 @@ ---- net/clients.h.orig 2018-04-24 16:30:47 UTC -+++ net/clients.h -@@ -61,4 +61,10 @@ int net_init_netmap(const Netdev *netdev, const char * - int net_init_vhost_user(const Netdev *netdev, const char *name, - NetClientState *peer, Error **errp); - -+#ifdef CONFIG_PCAP -+int net_init_pcap(const Netdev *netdev, const char *name, -+ NetClientState *peer, Error **errp); -+#endif -+ -+ - #endif /* QEMU_NET_CLIENTS_H */ |
