diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-06-24 15:10:41 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-07 15:33:59 +0200 |
commit | aa9c8573be01fd7cdf56ff31df3af0307017a258 (patch) | |
tree | 8acf27464786b73a32657f03732bbe3631934c46 /util/module.c | |
parent | 8887312b406f71aee18aeb7e5ac4b18f461f4a79 (diff) |
usb: build usb-redir as module
Drops libusbredirparser.so dependency from core qemu.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20200624131045.14512-7-kraxel@redhat.com
Diffstat (limited to 'util/module.c')
-rw-r--r-- | util/module.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/module.c b/util/module.c index 89da9a3cce..e3226165e9 100644 --- a/util/module.c +++ b/util/module.c @@ -263,6 +263,7 @@ static struct { } const qom_modules[] = { { "ccid-card-passthru", "hw-", "usb-smartcard" }, { "ccid-card-emulated", "hw-", "usb-smartcard" }, + { "usb-redir", "hw-", "usb-redirect" }, }; static bool module_loaded_qom_all; |