mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-04-30 03:50:47 +00:00
expand error for suspend with pcie pass through a bit
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
876b24f228
commit
161c2dde4b
@ -2982,7 +2982,8 @@ __PACKAGE__->register_method({
|
||||
# cannot save the state of a non-virtualized PCIe device, so resume cannot really work
|
||||
for my $key (keys %$conf) {
|
||||
next if $key !~ /^hostpci\d+/;
|
||||
die "Cannot suspend VM to disk with assigned PCI devices\n";
|
||||
die "cannot suspend VM to disk due to passed-through PCI device(s), which lack the"
|
||||
." possibility to save/restore their internal state\n";
|
||||
}
|
||||
|
||||
if (!$statestorage) {
|
||||
|
Loading…
Reference in New Issue
Block a user