Re: [Qemu-devel] [PATCH] configure: fix libcap detection

2012-07-31 Thread Aneesh Kumar K.V
Avi Kivity a...@redhat.com writes: - avoid assigned-but-not-used error - avoid missing return error Signed-off-by: Avi Kivity a...@redhat.com Acked-by: Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [Qemu-devel] [PATCH] configure: fix libcap detection

2012-07-31 Thread Stefan Weil
Am 31.07.2012 08:52, schrieb Aneesh Kumar K.V: Avi Kivity a...@redhat.com writes: - avoid assigned-but-not-used error - avoid missing return error Signed-off-by: Avi Kivity a...@redhat.com Acked-by: Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com --- configure | 2 +- 1

Re: [Qemu-devel] [PATCH] configure: fix libcap detection

2012-07-31 Thread Peter Maydell
On 31 July 2012 17:33, Stefan Weil s...@weilnetz.de wrote: please apply http://patchwork.ozlabs.org/patch/171067/, or we'll get a 4th bug fix for this. Peter sent a series with this one and more patches on 2012-07-18 (1st: http://patchwork.ozlabs.org/patch/171686/). At least the first 10 of

Re: [Qemu-devel] [PATCH] configure: fix libcap detection

2012-07-31 Thread Blue Swirl
On Tue, Jul 31, 2012 at 4:40 PM, Peter Maydell peter.mayd...@linaro.org wrote: On 31 July 2012 17:33, Stefan Weil s...@weilnetz.de wrote: please apply http://patchwork.ozlabs.org/patch/171067/, or we'll get a 4th bug fix for this. Peter sent a series with this one and more patches on

Re: [Qemu-devel] [PATCH] configure: fix libcap detection

2012-07-31 Thread Aneesh Kumar K.V
Stefan Weil s...@weilnetz.de writes: Am 31.07.2012 08:52, schrieb Aneesh Kumar K.V: Avi Kivity a...@redhat.com writes: - avoid assigned-but-not-used error - avoid missing return error Signed-off-by: Avi Kivity a...@redhat.com Acked-by: Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com

Re: [Qemu-devel] [PATCH] configure: fix libcap detection

2012-07-31 Thread Blue Swirl
On Tue, Jul 31, 2012 at 4:40 PM, Peter Maydell peter.mayd...@linaro.org wrote: On 31 July 2012 17:33, Stefan Weil s...@weilnetz.de wrote: please apply http://patchwork.ozlabs.org/patch/171067/, or we'll get a 4th bug fix for this. Peter sent a series with this one and more patches on

Re: [Qemu-devel] [PATCH] configure: fix libcap detection

2012-07-31 Thread Peter Maydell
On 31 July 2012 18:56, Blue Swirl blauwir...@gmail.com wrote: On Tue, Jul 31, 2012 at 4:40 PM, Peter Maydell peter.mayd...@linaro.org wrote: I believe the valgrind test patch should fix the issues Blue Swirl was seeing with the 11-patch series (and I tested it on debian squeeze which I think

[Qemu-devel] [PATCH] configure: fix libcap detection

2012-07-30 Thread Avi Kivity
- avoid assigned-but-not-used error - avoid missing return error Signed-off-by: Avi Kivity a...@redhat.com --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 7767aca..5fb449d 100755 --- a/configure +++ b/configure @@ -2099,7 +2099,7 @@

Re: [Qemu-devel] [PATCH] configure: fix libcap detection

2012-07-30 Thread Peter Maydell
On 30 July 2012 12:41, Avi Kivity a...@redhat.com wrote: - avoid assigned-but-not-used error - avoid missing return error Signed-off-by: Avi Kivity a...@redhat.com There's already a patch on the list for this: http://patchwork.ozlabs.org/patch/171704/ -- PMM

Re: [Qemu-devel] [PATCH] configure: fix libcap detection

2012-07-30 Thread Richard W.M. Jones
On Mon, Jul 30, 2012 at 02:41:33PM +0300, Avi Kivity wrote: - avoid assigned-but-not-used error - avoid missing return error Signed-off-by: Avi Kivity a...@redhat.com --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index