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

2015-06-30 Thread Denis V. Lunev
From: Olga Krishtal 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: Olga Krishtal

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

2015-06-19 Thread Denis V. Lunev
From: Olga Krishtal 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: Olga Krishtal

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

2015-06-19 Thread Denis V. Lunev
From: Olga Krishtal 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: Olga Krishtal