commit | 17644b362746c400f45b0d2b0a3ce8a52fed13fb | [log] [tgz] |
---|---|---|
author | Andreas Schwab <schwab@suse.de> | Tue Mar 10 17:11:35 2015 +0100 |
committer | Riku Voipio <riku.voipio@linaro.org> | Sun Mar 22 15:18:51 2015 +0200 |
tree | 88f8abf7a31f030b0de1a45e16988ade90ec15c0 | |
parent | 92bed463d12ab9e1e34cdd44673ab9c4315ad1d2 [diff] |
linux-user: fix emulation of splice syscall The second and fourth argument are in/out parameters, store them back after the syscall. Also, the fourth argument was mishandled, and EFAULT handling was missing. Signed-off-by: Andreas Schwab <schwab@suse.de> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>