[Qemu-devel] [PATCH 3/5] qga: handle possible SIGPIPE in guest-file-write

2015-10-13 Thread Denis V. Lunev
qemu-ga should not exit on guest-file-write to pipe without read end but proper error code should be returned. The behavior of the spawned process should be default thus SIGPIPE processing should be reset to default after fork() but before exec(). Signed-off-by: Denis V. Lunev Signed-off-by: Yuri

[Qemu-devel] [PATCH 3/5] qga: handle possible SIGPIPE in guest-file-write

2015-10-07 Thread Denis V. Lunev
qemu-ga should not exit on guest-file-write to pipe without read end but proper error code should be returned. The behavior of the spawned process should be default thus SIGPIPE processing should be reset to default after fork() but before exec(). Signed-off-by: Denis V. Lunev Signed-off-by: Yuri

[Qemu-devel] [PATCH 3/5] qga: handle possible SIGPIPE in guest-file-write

2015-10-05 Thread Denis V. Lunev
qemu-ga should not exit on guest-file-write to pipe without read end but proper error code should be returned. The behavior of the spawned process should be default thus SIGPIPE processing should be reset to default after fork() but before exec(). Signed-off-by: Denis V. Lunev Signed-off-by: Yuri