qemu: enable usb passthrough by default
authorNicola Corna <nicola@corna.info>
Thu, 18 Aug 2022 17:18:40 +0000 (19:18 +0200)
committerRosen Penev <rosenp@gmail.com>
Fri, 11 Nov 2022 23:18:46 +0000 (15:18 -0800)
The total uncompressed size increase (qemu-system-x86_64 and the new libusb
dependency) is less than 1%.

Signed-off-by: Nicola Corna <nicola@corna.info>
utils/qemu/Makefile

index 38668440355c73413e3c57232fc5be5f48bb6b51..f846141c52298d0de07c40b32d1190298bd27ff9 100644 (file)
@@ -261,6 +261,7 @@ config QEMU_UI_SPICE
 
 config QEMU_DEV_USB
        bool "QEMU USB passthrough support"
+       default y
 
 config QEMU_SECCOMP
        bool "Enable support for seccomp in QEMU"