followup for VGA memory: improve q35 comment

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-11-09 14:01:45 +01:00
parent 55655ebc32
commit daadd5a4e7

View 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);