Re: [Qemu-devel] [PATCH] ppc: kvm: fix signedness warning

2010-12-09 Thread Edgar E. Iglesias
On Wed, Dec 08, 2010 at 12:01:43PM +0100, Alexander Graf wrote: ping? I've applied this, thanks. On 25.11.2010, at 08:20, Alexander Graf wrote: I get a warning on a signed comparison with an unsigned variable, so let's make the variable signed and be happy. Signed-off-by: Alexander

Re: [Qemu-devel] [PATCH] ppc: kvm: fix signedness warning

2010-12-08 Thread Alexander Graf
ping? On 25.11.2010, at 08:20, Alexander Graf wrote: I get a warning on a signed comparison with an unsigned variable, so let's make the variable signed and be happy. Signed-off-by: Alexander Graf ag...@suse.de --- target-ppc/kvm.c |2 +- 1 files changed, 1 insertions(+), 1

[Qemu-devel] [PATCH] ppc: kvm: fix signedness warning

2010-11-25 Thread Alexander Graf
I get a warning on a signed comparison with an unsigned variable, so let's make the variable signed and be happy. Signed-off-by: Alexander Graf ag...@suse.de --- target-ppc/kvm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target-ppc/kvm.c b/target-ppc/kvm.c index