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 functi

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 ‘hmp_change’:

[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’

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" > Cc: Gerhard Wiesinger > Reported-by: Gerhard Wiesinger > Signed-off-by: Anthony Liguori > --- > fsdev/virtfs-proxy-helper.c | 8 +

[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" Cc: Gerhard Wiesinger Reported-by: Gerhard Wiesinger Signed-off-by: Anthony Liguori --- fsdev/virtfs-proxy-helper.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git

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

2011-04-04 Thread Dmitry Eremin-Solenikov
On 4/4/11, Peter Maydell wrote: > On 4 April 2011 13:31, Dmitry Eremin-Solenikov 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 u

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 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 argument 2 has typ

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

2011-04-04 Thread Dmitry Eremin-Solenikov
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 argument 2 has type ‘uint64_t’ Signed-off-by: Dmitry Eremin-Solenikov --- hw/usb

[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 to