Re: [PATCH 10/18] riscv: qemu: Enable Bochs video support

2023-07-26 Thread Simon Glass
On Sat, 22 Jul 2023 at 22:41, Bin Meng wrote: > > Enable video console using the emulated Bochs VGA card. > > Signed-off-by: Bin Meng > --- > > board/emulation/qemu-riscv/Kconfig | 3 +++ > doc/board/emulation/qemu-riscv.rst | 5 + > include/configs/qemu-riscv.h | 5 + > 3 files ch

[PATCH 10/18] riscv: qemu: Enable Bochs video support

2023-07-22 Thread Bin Meng
Enable video console using the emulated Bochs VGA card. Signed-off-by: Bin Meng --- board/emulation/qemu-riscv/Kconfig | 3 +++ doc/board/emulation/qemu-riscv.rst | 5 + include/configs/qemu-riscv.h | 5 + 3 files changed, 13 insertions(+) diff --git a/board/emulation/qemu-riscv/