]> git.proxmox.com Git - qemu.git/blobdiff - net/tap-aix.c
tap: add Linux multiqueue support
[qemu.git] / net / tap-aix.c
index aff6c527e9f4e8f8b13d7df040c071dc72808c62..66e0574fd7c5658dd0d7bbd56a132d146361bbdc 100644 (file)
@@ -59,3 +59,13 @@ void tap_fd_set_offload(int fd, int csum, int tso4,
                         int tso6, int ecn, int ufo)
 {
 }
+
+int tap_fd_enable(int fd)
+{
+    return -1;
+}
+
+int tap_fd_disable(int fd)
+{
+    return -1;
+}