mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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>
This commit is contained in:
parent
70a670cadb
commit
9162ac6b9e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue