]> git.ipfire.org Git - thirdparty/qemu.git/commit
struct iovec is now universally available (Mark McLoughlin)
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 17 Apr 2009 18:06:27 +0000 (18:06 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 17 Apr 2009 18:06:27 +0000 (18:06 +0000)
commit0ee50993ce7bd5e4e9d3729bcb4fc9f8567436ee
treed909e6856f9c4a2c3d34f935bf9694ca834dda9f
parent7020c09209973faf626f68bc513ca6d6ab234ae7
struct iovec is now universally available (Mark McLoughlin)

struct iovec is now defined in qemu-common.h if needed, so we don't need
the tap code to handle !defined(HAVE_IOVEC).

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/branches/stable_0_10@7153 c046a42c-6fe2-441c-8c8c-71466251a162
net.c