Re: [Qemu-devel] [PATCH] kconfig: do not select VMMOUSE

2019-07-16 Thread Philippe Mathieu-Daudé
On 7/16/19 11:13 PM, Paolo Bonzini wrote: > Just make it a default device, so that it is automatically removed if VMPORT > is not included in the binary (as is the case with --with-default-devices). > > Signed-off-by: Paolo Bonzini > --- > hw/i386/Kconfig | 3 +-- > 1 file changed, 1 insertion(+

Re: [Qemu-devel] [PATCH] kconfig: do not select VMMOUSE

2019-07-16 Thread Montes, Julio
Thanks Paolo On Tue, 2019-07-16 at 23:13 +0200, Paolo Bonzini wrote: > Just make it a default device, so that it is automatically removed if > VMPORT > is not included in the binary (as is the case with --with-default- > devices). > > Signed-off-by: Paolo Bonzini > --- > hw/i386/Kconfig | 3 +--

[Qemu-devel] [PATCH] kconfig: do not select VMMOUSE

2019-07-16 Thread Paolo Bonzini
Just make it a default device, so that it is automatically removed if VMPORT is not included in the binary (as is the case with --with-default-devices). Signed-off-by: Paolo Bonzini --- hw/i386/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/i386/Kconfig b/hw/i38