]> git.proxmox.com Git - qemu.git/commit
ignore SIGPIPE in qemu-img and qemu-io
authorMORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
Tue, 23 Jul 2013 08:30:11 +0000 (17:30 +0900)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 13 Aug 2013 14:30:50 +0000 (09:30 -0500)
commit82487399a46649f152def5682bfc41b18e32b5f9
treecd1eaa48adb13adde53593956ba0ade3d8062df7
parent405539005133bc3e7bb0c016ede3167eafac1df9
ignore SIGPIPE in qemu-img and qemu-io

This prevents the tools from being stopped when they write data to a
closed connection in the other side.

Signed-off-by: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
(cherry picked from commit 526eda14a68d5b3596be715505289b541288ef2a)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qemu-img.c
qemu-io.c