mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-06 03:55:03 +00:00
allow to migrate VMs using SPICE usb redirection
This commit is contained in:
parent
7aa608d655
commit
49ca581d5d
@ -1835,6 +1835,7 @@ sub check_local_resources {
|
||||
$loc_res = 1 if $conf->{hostpci}; # old syntax
|
||||
|
||||
foreach my $k (keys %$conf) {
|
||||
next if $k =~ m/^usb/ && ($conf->{$k} eq 'spice');
|
||||
$loc_res = 1 if $k =~ m/^(usb|hostpci|serial|parallel)\d+$/;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user