Re: [Qemu-devel] [PATCH for-1.6 01/11] ignore SIGPIPE in qemu-img and qemu-io

2013-08-05 Thread Kevin Wolf
Am 03.08.2013 um 05:52 hat Doug Goldstein geschrieben: > On Tue, Jul 23, 2013 at 4:19 AM, Paolo Bonzini wrote: > > Il 23/07/2013 10:30, MORITA Kazutaka ha scritto: > >> This prevents the tools from being stopped when they write data to a > >> closed connection in the other side. > >> > >> Signed-o

Re: [Qemu-devel] [PATCH for-1.6 01/11] ignore SIGPIPE in qemu-img and qemu-io

2013-08-02 Thread Doug Goldstein
On Tue, Jul 23, 2013 at 4:19 AM, Paolo Bonzini wrote: > Il 23/07/2013 10:30, MORITA Kazutaka ha scritto: >> This prevents the tools from being stopped when they write data to a >> closed connection in the other side. >> >> Signed-off-by: MORITA Kazutaka >> --- >> qemu-img.c | 4 >> qemu-io.

Re: [Qemu-devel] [PATCH for-1.6 01/11] ignore SIGPIPE in qemu-img and qemu-io

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