Re: [Qemu-devel] [PATCH] Build fixes

2011-07-04 Thread Raghavendra D Prabhu
* On Sat, Jul 02, 2011 at 03:58:34PM +0100, Stefan Hajnoczi wrote: On Sat, Jul 2, 2011 at 3:06 PM, Raghavendra D Prabhu wrote:    With default configure, the qemu-kvm client build was failing for me    since Werror is enabled by default in configure.    Deprecations (gnutls), gcc signed-overf

Re: [Qemu-devel] [PATCH] Build fixes

2011-07-02 Thread Stefan Hajnoczi
On Sat, Jul 2, 2011 at 3:06 PM, Raghavendra D Prabhu wrote: >    With default configure, the qemu-kvm client build was failing for me >    since Werror is enabled by default in configure. >    Deprecations (gnutls), gcc signed-overflow optimization >    (Werror=strict-overflows) and few unused-but

[Qemu-devel] [PATCH] Build fixes

2011-07-02 Thread Raghavendra D Prabhu
Hi, With default configure, the qemu-kvm client build was failing for me since Werror is enabled by default in configure. Deprecations (gnutls), gcc signed-overflow optimization (Werror=strict-overflows) and few unused-but-set variables were causing it. I have attached the patc