mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user