diff options
| author | Alper Nebi Yasak <[email protected]> | 2023-08-14 20:39:41 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-08-24 16:47:05 -0400 |
| commit | 4d6641d5db85827e9efeab4cec84befbee1cd9f6 (patch) | |
| tree | cc1b04a171ca774e687688094471f38cd8fe0433 /board/emulation | |
| parent | 6de1a3eb80aec1caf3d7854a5e898350aa551601 (diff) | |
arm: qemu: Enable Bochs video support
Commit 716161663ec49 ("riscv: qemu: Enable Bochs video support") enables
a video console for QEMU RISC-V virtual machines using an emulated Bochs
VGA card. Similarly, enable it for ARM virtual machines as well.
Signed-off-by: Alper Nebi Yasak <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'board/emulation')
| -rw-r--r-- | board/emulation/qemu-arm/qemu-arm.env | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/emulation/qemu-arm/qemu-arm.env b/board/emulation/qemu-arm/qemu-arm.env index e658d5ee7d6..86a99a2e871 100644 --- a/board/emulation/qemu-arm/qemu-arm.env +++ b/board/emulation/qemu-arm/qemu-arm.env @@ -2,6 +2,9 @@ /* environment for qemu-arm and qemu-arm64 */ +stdin=serial +stdout=serial,vidconsole +stderr=serial,vidconsole fdt_high=0xffffffff initrd_high=0xffffffff fdt_addr=0x40000000 |
