diff options
author | Tom Musta <tommusta@gmail.com> | 2014-08-12 13:53:43 -0500 |
---|---|---|
committer | Riku Voipio <riku.voipio@linaro.org> | 2014-08-22 15:06:35 +0300 |
commit | 29560a6cb7a7a705de3d7dfb44e8b1c0a12ad37d (patch) | |
tree | 7fcffede3c3aaab25b041acd671920af4adc63d9 /Changelog | |
parent | 6f6a40328b6f4679082583c2b3a949cda451a991 (diff) | |
download | hqemu-29560a6cb7a7a705de3d7dfb44e8b1c0a12ad37d.zip hqemu-29560a6cb7a7a705de3d7dfb44e8b1c0a12ad37d.tar.gz |
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>
Diffstat (limited to 'Changelog')
0 files changed, 0 insertions, 0 deletions