Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
sbsa-ref: use Bochs graphics card instead of VGA
Bochs card is normal PCI Express card so it fits better in system with
PCI Express bus. VGA is simple legacy PCI card.

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com>
Message-id: 20230505120936.1097060-1-marcin.juszkiewicz@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
  • Loading branch information
hrw authored and pm215 committed May 18, 2023
1 parent 70a670c commit 9162ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/arm/sbsa-ref.c
Expand Up @@ -648,7 +648,7 @@ static void create_pcie(SBSAMachineState *sms)
}
}

pci_create_simple(pci->bus, -1, "VGA");
pci_create_simple(pci->bus, -1, "bochs-display");

create_smmu(sms, pci->bus);
}
Expand Down

0 comments on commit 9162ac6

Please sign in to comment.