On 24/05/2023 12.27, Marcin Juszkiewicz wrote:
arm/sbsa-ref uses Bochs-display graphics card and without it being
present in vga_interfaces "-vga none" argument handling cannot be added.
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiew...@linaro.org>
---
include/sysemu/sysemu.h | 2 +-
softmmu/vl.c | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
Sorry for not noticing it earlier ... but while you're at it, please also
add an entry for VGA_BOCHS to pci_vga_init(), so that other machines could
benefit from this automatically, too.
Thomas