]> git.proxmox.com Git - qemu-server.git/commitdiff
followup for VGA memory: improve q35 comment
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 9 Nov 2018 13:01:45 +0000 (14:01 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 9 Nov 2018 13:01:45 +0000 (14:01 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm

index c3932d038f89d83956b6f305cc0cbc0e1b45a1e8..2bea729b45cf49ee07d43a07c93e45db1bdd9c59 100644 (file)
@@ -2016,8 +2016,9 @@ sub print_vga_device {
     my $q35 = machine_type_is_q35($conf);
     my $vgaid = "vga" . ($id // '');
     my $pciaddr;
+
     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);
     } else {
        $pciaddr = print_pci_addr($vgaid, $bridges);