expand error for suspend with pcie pass through a bit

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-08-30 08:34:50 +02:00
parent 876b24f228
commit 161c2dde4b

View File

@ -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) {