commit | 29560a6cb7a7a705de3d7dfb44e8b1c0a12ad37d | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Tue Aug 12 13:53:43 2014 -0500 |
committer | Riku Voipio <riku.voipio@linaro.org> | Fri Aug 22 15:06:35 2014 +0300 |
tree | 7fcffede3c3aaab25b041acd671920af4adc63d9 | |
parent | 6f6a40328b6f4679082583c2b3a949cda451a991 [diff] |
linux-user: writev Partial Writes Although not technically not required by POSIX, the writev system call will typically write out its buffers individually. That is, if the first buffer is written successfully, but the second buffer pointer is invalid, then the first chuck will be written and its size is returned. Signed-off-by: Tom Musta <tommusta@gmail.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>