mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-03 20:39:59 +00:00
Fix SPICE multi-monitor mode on q35
Signed-off-by: Dzmitry Kotsikau <dkotsikau@gmail.com>
This commit is contained in:
parent
804fffdfc3
commit
a489dd9c81
@ -3410,7 +3410,7 @@ sub config_to_command {
|
||||
if ($winversion){
|
||||
for(my $i = 1; $i < $qxlnum; $i++){
|
||||
my $pciaddr = print_pci_addr("vga$i", $bridges);
|
||||
push @$cmd, '-device', "qxl,id=vga$i,ram_size=67108864,vram_size=33554432$pciaddr";
|
||||
push @$devices, '-device', "qxl,id=vga$i,ram_size=67108864,vram_size=33554432$pciaddr";
|
||||
}
|
||||
} else {
|
||||
# assume other OS works like Linux
|
||||
|
Loading…
Reference in New Issue
Block a user