qemu: enable usb passthrough by default

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>
This commit is contained in:
Nicola Corna 2022-08-18 19:18:40 +02:00 committed by devome
parent 713283085f
commit 606688c3be

View File

@ -262,6 +262,7 @@ config QEMU_UI_SPICE
config QEMU_DEV_USB config QEMU_DEV_USB
bool "QEMU USB passthrough support" bool "QEMU USB passthrough support"
default y
config QEMU_SECCOMP config QEMU_SECCOMP
bool "Enable support for seccomp in QEMU" bool "Enable support for seccomp in QEMU"