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 <pbonz...@redhat.com> --- 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