Re: [Qemu-devel] [PATCH] configure: avoid compiler warning in pipe2 detection

2012-10-27 Thread Blue Swirl
Thanks, applied. On Mon, Aug 20, 2012 at 6:45 PM, Bruce Rogers brog...@suse.com wrote: When building qemu-kvm for openSUSE:Factory, I am getting a warning in the pipe2 detection performed by configure, which prevents using --enable-werror. Change detection code to use return value of pipe2.

Re: [Qemu-devel] [PATCH] configure: avoid compiler warning in pipe2 detection

2012-10-24 Thread Peter Maydell
Ping! Just ran into this bug today and noticed this patch never got applied. Patch still applies OK, patchwork url is: http://patchwork.ozlabs.org/patch/178920/ thanks -- PMM On 20 August 2012 19:45, Bruce Rogers brog...@suse.com wrote: When building qemu-kvm for openSUSE:Factory, I am getting

Re: [Qemu-devel] [PATCH] configure: avoid compiler warning in pipe2 detection

2012-10-24 Thread Andreas Färber
Am 24.10.2012 18:48, schrieb Peter Maydell: Ping! Just ran into this bug today and noticed this patch never got applied. Patch still applies OK, patchwork url is: http://patchwork.ozlabs.org/patch/178920/ ...and since it was noticed while packaging v1.2, it should go into stable as well

[Qemu-devel] [PATCH] configure: avoid compiler warning in pipe2 detection

2012-08-20 Thread Bruce Rogers
When building qemu-kvm for openSUSE:Factory, I am getting a warning in the pipe2 detection performed by configure, which prevents using --enable-werror. Change detection code to use return value of pipe2. Signed-off-by: Bruce Rogers brog...@suse.com --- configure |3 +-- 1 files changed, 1

Re: [Qemu-devel] [PATCH] configure: avoid compiler warning in pipe2 detection

2012-08-20 Thread Peter Maydell
On 20 August 2012 19:45, Bruce Rogers brog...@suse.com wrote: When building qemu-kvm for openSUSE:Factory, I am getting a warning in the pipe2 detection performed by configure, which prevents using --enable-werror. Change detection code to use return value of pipe2. Signed-off-by: Bruce