mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-07-24 01:16:27 +00:00
followup for VGA memory: improve q35 comment
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
55655ebc32
commit
daadd5a4e7
@ -2016,8 +2016,9 @@ sub print_vga_device {
|
|||||||
my $q35 = machine_type_is_q35($conf);
|
my $q35 = machine_type_is_q35($conf);
|
||||||
my $vgaid = "vga" . ($id // '');
|
my $vgaid = "vga" . ($id // '');
|
||||||
my $pciaddr;
|
my $pciaddr;
|
||||||
|
|
||||||
if ($q35 && $vgaid eq 'vga') {
|
if ($q35 && $vgaid eq 'vga') {
|
||||||
# on is on the pcie.0 bus on q35
|
# the first display uses pcie.0 bus on q35 machines
|
||||||
$pciaddr = print_pcie_addr($vgaid, $bridges);
|
$pciaddr = print_pcie_addr($vgaid, $bridges);
|
||||||
} else {
|
} else {
|
||||||
$pciaddr = print_pci_addr($vgaid, $bridges);
|
$pciaddr = print_pci_addr($vgaid, $bridges);
|
||||||
|
Loading…
Reference in New Issue
Block a user