x86: qemu: Switch to bochs display
authorSimon Glass <sjg@chromium.org>
Sat, 15 Mar 2025 14:25:24 +0000 (14:25 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 3 Apr 2025 17:41:55 +0000 (11:41 -0600)
commit515d4ee33941a5842c8d0ac754e48e553db1c495
tree9b29069f924e83f25aa7277708e08dceb3b7e24e
parente95bc5e929cd1d2836d21ff198bef1a7dc65218b
x86: qemu: Switch to bochs display

The vesa display is widely used on hardware, but it is a bit of a pain
with QEMU. It requires executing option ROMs, which either doesn't work
with kvm, or is difficult to do in a kvm/QEMU-friendly way.

THe bochs display is probably better anyway, so switch to that. It works
fine with kvm as it doesn't need an option ROM.

Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: https://source.denx.de/u-boot/custodians/u-boot-dm/-/issues/31
configs/qemu-x86_64_defconfig
configs/qemu-x86_defconfig