aboutsummaryrefslogtreecommitdiff
path: root/utils/qemu/Makefile
diff options
context:
space:
mode:
authorNicola Corna <nicola@corna.info>2022-08-18 19:18:40 +0200
committerRosen Penev <rosenp@gmail.com>2022-11-11 15:18:46 -0800
commitb3ea2c4fca2eaa3cb07bd95e2a2e2864fe1de65c (patch)
treec283a7185463f5c9bec8ac1b3417d5abdb75ab06 /utils/qemu/Makefile
parent95edfa723c9e7b1b99361a86022b9b20ac6f8ead (diff)
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>
Diffstat (limited to 'utils/qemu/Makefile')
-rw-r--r--utils/qemu/Makefile1
1 files changed, 1 insertions, 0 deletions
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"