net: import linux tap ioctl definitions
commit76682299a865e916c9f106b167da8e88caa86fa3
authorMark McLoughlin <markmc@redhat.com>
Thu, 22 Oct 2009 16:43:33 +0000 (22 17:43 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 27 Oct 2009 17:29:00 +0000 (27 12:29 -0500)
treef609e6aae591eb207e99aa06e7764a8fc2867ff3
parent1abb817258e3014e89555a85a92d3966f5ae7445
net: import linux tap ioctl definitions

Making features dependent on the availability of newer versions if_tun.h
is going to get seriously clumsy, so let's just import the definitions
we need. It's only a small handful.

If and when we're comfortable depending on 2.6.30 headers, we can remove
this again.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
net.c
qemu-options.hx
tap-linux.h [new file with mode: 0644]