Re: [Qemu-devel] [PATCH] Fix build error when VNC is configured out

2019-06-25 Thread Philippe Mathieu-Daudé
Hi Christophe, On 6/25/19 11:24 AM, Christophe de Dinechin wrote: > In hmp_change(), the variable hmp_mon is only used > by code under #ifdef CONFIG_VNC. This results in a build > error when VNC is configured out with the default of > treating warnings as errors: > > monitor/hmp-cmds.c: In

Re: [Qemu-devel] [PATCH] Fix build error when VNC is configured out

2019-06-25 Thread Markus Armbruster
Cc: David Gilbert Christophe de Dinechin writes: > In hmp_change(), the variable hmp_mon is only used > by code under #ifdef CONFIG_VNC. This results in a build > error when VNC is configured out with the default of > treating warnings as errors: > > monitor/hmp-cmds.c: In function

[Qemu-devel] [PATCH] Fix build error when VNC is configured out

2019-06-25 Thread Christophe de Dinechin
In hmp_change(), the variable hmp_mon is only used by code under #ifdef CONFIG_VNC. This results in a build error when VNC is configured out with the default of treating warnings as errors: monitor/hmp-cmds.c: In function ‘hmp_change’: monitor/hmp-cmds.c:1946:17: error: unused variable ‘hmp_mon’

[Qemu-devel] [PATCH] Fix build error in virtfs-proxy-helper

2012-11-01 Thread Anthony Liguori
I don't have a kernel with the necessary syscalls so this is completely untested. Cc: M. Mohan Kumar mo...@in.ibm.com Cc: Gerhard Wiesinger li...@wiesinger.com Reported-by: Gerhard Wiesinger li...@wiesinger.com Signed-off-by: Anthony Liguori aligu...@us.ibm.com --- fsdev/virtfs-proxy-helper.c |

Re: [Qemu-devel] [PATCH] Fix build error in virtfs-proxy-helper

2012-11-01 Thread Eric Blake
On 11/01/2012 03:06 PM, Anthony Liguori wrote: I don't have a kernel with the necessary syscalls so this is completely untested. Cc: M. Mohan Kumar mo...@in.ibm.com Cc: Gerhard Wiesinger li...@wiesinger.com Reported-by: Gerhard Wiesinger li...@wiesinger.com Signed-off-by: Anthony Liguori

Re: [Qemu-devel] [PATCH] Fix build error in usb-ccid code

2011-04-04 Thread Peter Maydell
On 4 April 2011 13:31, Dmitry Eremin-Solenikov dbarysh...@gmail.com wrote: W/o this fix I'm getting the following error: cc1: warnings being treated as errors hw/usb-ccid.c: In function ‘ccid_card_card_error’: hw/usb-ccid.c:1202:5: error: format ‘%lX’ expects type ‘long unsigned int’, but

Re: [Qemu-devel] [PATCH] Fix build error in usb-ccid code

2011-04-04 Thread Dmitry Eremin-Solenikov
On 4/4/11, Peter Maydell peter.mayd...@linaro.org wrote: On 4 April 2011 13:31, Dmitry Eremin-Solenikov dbarysh...@gmail.com wrote: W/o this fix I'm getting the following error: cc1: warnings being treated as errors hw/usb-ccid.c: In function ‘ccid_card_card_error’: hw/usb-ccid.c:1202:5:

[Qemu-devel] [PATCH] fix build error

2007-07-17 Thread Robert Millan
This appears to be a remnant of when kqemu was non-free. It broke build for me (not sure under which conditions it can be reproduced, but the fix is obvious, see the patch). -- Robert Millan My spam trap is [EMAIL PROTECTED] Note: this address is only intended for spam harvesters. Writing