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

2012-07-31 Thread Peter Maydell
On 31 July 2012 18:56, Blue Swirl wrote: > On Tue, Jul 31, 2012 at 4:40 PM, Peter Maydell > 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 has the same gcc Blue was using). >>

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 wrote: > On 31 July 2012 17:33, Stefan Weil 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.ozl

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

2012-07-31 Thread Aneesh Kumar K.V
Stefan Weil writes: > Am 31.07.2012 08:52, schrieb Aneesh Kumar K.V: >> Avi Kivity writes: >> >>> - avoid assigned-but-not-used error >>> - avoid missing return error >>> >>> Signed-off-by: Avi Kivity >> >> Acked-by: Aneesh Kumar K.V >> >> >>> --- >>> configure | 2 +- >>> 1 file

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 wrote: > On 31 July 2012 17:33, Stefan Weil 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.ozl

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

2012-07-31 Thread Peter Maydell
On 31 July 2012 17:33, Stefan Weil 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 them should

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 writes: - avoid assigned-but-not-used error - avoid missing return error Signed-off-by: Avi Kivity Acked-by: Aneesh Kumar K.V --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confi

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

2012-07-30 Thread Aneesh Kumar K.V
Avi Kivity writes: > - avoid assigned-but-not-used error > - avoid missing return error > > Signed-off-by: Avi Kivity Acked-by: Aneesh Kumar K.V > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index 7767aca..5fb449d 100755

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 > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index 7767aca..5fb4

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

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

[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 --- 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 @@ if test "$cap"