diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index fd1f6a74..8c55dbcf 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -3410,7 +3410,7 @@ my sub should_disable_smm { my ($conf, $vga) = @_; return (!defined($conf->{bios}) || $conf->{bios} eq 'seabios') && - $vga->{type} && $vga->{type} =~ m/^serial\d+$/; + $vga->{type} && $vga->{type} =~ m/^(serial\d+|none)$/; } sub config_to_command {