native preadv/pwritev support (Christoph Hellwig)
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 7 Apr 2009 18:43:28 +0000 (18:43 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 7 Apr 2009 18:43:28 +0000 (18:43 +0000)
commitceb42de899e068d10f104d570c3fb3b36ec8e8d6
treeaa51af429a0e992f379100243ad65b25018a6a05
parentf141eafe286c785f7e2c1e312a73f90d66bdfb90
native preadv/pwritev support (Christoph Hellwig)

This ties up the preadv/pwritev syscalls to qemu if they are declared in
unistd.h.  This is the case currently on at least NetBSD and OpenBSD and
will hopefully soon be the case on Linux.

Thanks to Blue Swirl and Gerd Hoffmann for the configure autodetection
of preadv/pwritev.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7021 c046a42c-6fe2-441c-8c8c-71466251a162
block.c
configure
posix-aio-compat.c