From: Nicola Corna Date: Thu, 18 Aug 2022 17:18:40 +0000 (+0200) Subject: qemu: enable usb passthrough by default X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b3ea2c4fca2eaa3cb07bd95e2a2e2864fe1de65c;p=openwrt-packages.git 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 --- diff --git a/utils/qemu/Makefile b/utils/qemu/Makefile index 386684403..f846141c5 100644 --- a/utils/qemu/Makefile +++ b/utils/qemu/Makefile @@ -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"