From b3ea2c4fca2eaa3cb07bd95e2a2e2864fe1de65c Mon Sep 17 00:00:00 2001 From: Nicola Corna Date: Thu, 18 Aug 2022 19:18:40 +0200 Subject: [PATCH] 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 --- utils/qemu/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/qemu/Makefile b/utils/qemu/Makefile index 3866844035..f846141c52 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" -- 2.30.2