summaryrefslogtreecommitdiffstats
path: root/net/tap-win32.c
diff options
context:
space:
mode:
authorAnthony Liguori2010-09-08 21:26:14 +0200
committerAnthony Liguori2010-09-08 21:26:14 +0200
commitdccbe6fbab47c9a2589f436e0592933b47cbe40b (patch)
treee5a851b48a3801dd28282eb17533975cade7ac23 /net/tap-win32.c
parentvirtio-9p: Change handling of flags in open() path for 9P2000.L (diff)
parentvirtio-net: Introduce a new bottom half packet TX (diff)
downloadqemu-dccbe6fbab47c9a2589f436e0592933b47cbe40b.tar.gz
qemu-dccbe6fbab47c9a2589f436e0592933b47cbe40b.tar.xz
qemu-dccbe6fbab47c9a2589f436e0592933b47cbe40b.zip
Merge remote branch 'mst/for_anthony' into staging
Diffstat (limited to 'net/tap-win32.c')
-rw-r--r--net/tap-win32.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/net/tap-win32.c b/net/tap-win32.c
index 74348daf5a..9fe4fcd5f4 100644
--- a/net/tap-win32.c
+++ b/net/tap-win32.c
@@ -728,6 +728,15 @@ int tap_has_vnet_hdr(VLANClientState *vc)
return 0;
}
+int tap_probe_vnet_hdr_len(int fd, int len)
+{
+ return 0;
+}
+
+void tap_fd_set_vnet_hdr_len(int fd, int len)
+{
+}
+
void tap_using_vnet_hdr(VLANClientState *vc, int using_vnet_hdr)
{
}