mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-28 16:33:55 +00:00
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 <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6b4320545d
commit
463bb05f93
@ -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++){
|
||||
|
Loading…
Reference in New Issue
Block a user