Re: [Qemu-devel] [PATCH v4 01/10] ignore SIGPIPE in qemu-img and qemu-io

2013-07-30 Thread Stefan Hajnoczi
On Fri, Jul 26, 2013 at 03:10:43PM +0900, MORITA Kazutaka wrote: > This prevents the tools from being stopped when they write data to a > closed connection in the other side. > > Reviewed-by: Paolo Bonzini > Signed-off-by: MORITA Kazutaka > --- > qemu-img.c | 4 > qemu-io.c | 4 > 2

[Qemu-devel] [PATCH v4 01/10] ignore SIGPIPE in qemu-img and qemu-io

2013-07-25 Thread MORITA Kazutaka
This prevents the tools from being stopped when they write data to a closed connection in the other side. Reviewed-by: Paolo Bonzini Signed-off-by: MORITA Kazutaka --- qemu-img.c | 4 qemu-io.c | 4 2 files changed, 8 insertions(+) diff --git a/qemu-img.c b/qemu-img.c index c55ca5c.