From 463bb05f933fa79e6ae58d56ce2095ad5205d1c4 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 28 Apr 2022 08:07:08 +0200 Subject: [PATCH] enable spice also for virtio-gl display It can be used with that and the agent features can make it a nicer experience. Signed-off-by: Thomas Lamprecht --- PVE/QemuServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 5366df20..7a69bfcb 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -3844,7 +3844,7 @@ sub config_to_command { my $spice_port; - if ($qxlnum) { + if ($qxlnum || $vga->{type} eq 'virtio-gl') { if ($qxlnum > 1) { if ($winversion){ for (my $i = 1; $i < $qxlnum; $i++){