diff options
author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2023-05-24 13:33:07 +0200 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-05-30 15:50:17 +0100 |
commit | ec683110def96b16be3931ec87baba65a3dc5ad0 (patch) | |
tree | 70f7ceebb02f95ce35ae02e16b2f5e3cc34e853c /docs/system | |
parent | 0c08d4f310ebf3f621ee5b7447ded0736decbb43 (diff) | |
download | qemu-ec683110def96b16be3931ec87baba65a3dc5ad0.zip qemu-ec683110def96b16be3931ec87baba65a3dc5ad0.tar.gz qemu-ec683110def96b16be3931ec87baba65a3dc5ad0.tar.bz2 |
docs: sbsa: correct graphics card name
We moved from VGA to Bochs to have PCIe card.
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs/system')
-rw-r--r-- | docs/system/arm/sbsa.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/system/arm/sbsa.rst b/docs/system/arm/sbsa.rst index b499d7e..016776a 100644 --- a/docs/system/arm/sbsa.rst +++ b/docs/system/arm/sbsa.rst @@ -27,6 +27,6 @@ The sbsa-ref board supports: - System bus EHCI controller - CDROM and hard disc on AHCI bus - E1000E ethernet card on PCIe bus - - VGA display adaptor on PCIe bus + - Bochs display adapter on PCIe bus - A generic SBSA watchdog device |