Fix iovec for the case with invalid elements (Lauro Ramos Venancio).
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 28 Oct 2008 10:21:03 +0000 (10:21 +0000)
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 28 Oct 2008 10:21:03 +0000 (10:21 +0000)
commitb968f8da4392e02bf535b6281cffe5c2e6496ec1
tree3f2625598c78ebac8bace395df92be6508942cb5
parent3a17c744ee982c35e5987e9b0d5d8a15911f4166
Fix iovec for the case with invalid elements (Lauro Ramos Venancio).

We must call the writev even if an iovec element is invalid. For
example, if the second element is invalid, the linux process the first
one.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5562 c046a42c-6fe2-441c-8c8c-71466251a162
linux-user/syscall.c