summaryrefslogtreecommitdiff
path: root/net.c
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2009-10-22 17:49:10 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-30 08:39:28 -0500
commit88b3ec02b2b17871cd21be1e7588489636f3bebb (patch)
tree2b5f44c7df2e55b45407cfd767a49ac1454ea3d2 /net.c
parent966ea5ec4fb14d4b420715e7aadc5dfd3ea5add2 (diff)
downloadqemu-88b3ec02b2b17871cd21be1e7588489636f3bebb.tar.gz
net: move AIX code into net/tap-aix.c
Okay, this makes the tap options available on AIX even though there's no support, but if we want to do it right we should have not compile the tap code at all on AIX using e.g. CONFIG_TAP. Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'net.c')
-rw-r--r--net.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net.c b/net.c
index 8067c9df41..37662c6f57 100644
--- a/net.c
+++ b/net.c
@@ -2440,7 +2440,6 @@ static struct {
{ /* end of list */ }
},
#endif
-#ifndef _AIX
}, {
.type = "tap",
.init = net_init_tap,
@@ -2476,7 +2475,6 @@ static struct {
#endif /* _WIN32 */
{ /* end of list */ }
},
-#endif /* _AIX */
}, {
.type = "socket",
.init = net_init_socket,