qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 20/36] kconfig: do not select VMMOUSE


From: Paolo Bonzini
Subject: [Qemu-devel] [PULL 20/36] kconfig: do not select VMMOUSE
Date: Tue, 20 Aug 2019 08:59:39 +0200

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 <address@hidden>
---
 hw/i386/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/i386/Kconfig b/hw/i386/Kconfig
index 6350438..619569e 100644
--- a/hw/i386/Kconfig
+++ b/hw/i386/Kconfig
@@ -99,4 +99,5 @@ config VMPORT
 
 config VMMOUSE
     bool
+    default y
     depends on VMPORT
-- 
1.8.3.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]