mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-09 09:28:00 +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){
|
if ($winversion){
|
||||||
for(my $i = 1; $i < $qxlnum; $i++){
|
for(my $i = 1; $i < $qxlnum; $i++){
|
||||||
my $pciaddr = print_pci_addr("vga$i", $bridges);
|
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 {
|
} else {
|
||||||
# assume other OS works like Linux
|
# assume other OS works like Linux
|
||||||
|
Loading…
Reference in New Issue
Block a user