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 Rosen Penev
parent 95edfa723c
commit b3ea2c4fca

View 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"