Re: [PATCH] hw/display: load the correct ROM file for isa-vga device

2022-09-17 Thread Liav Albani
On 9/17/22 17:06, Liav Albani wrote: Apparently we didn't load the correct ROM file when using the isa-vga device, which resulted in a display waiting to be initialized by a guest OS kernel. With this fix, SeaBIOS is able to print vital data to a text mode console during boot, which is useful i

[PATCH] hw/display: load the correct ROM file for isa-vga device

2022-09-17 Thread Liav Albani
Apparently we didn't load the correct ROM file when using the isa-vga device, which resulted in a display waiting to be initialized by a guest OS kernel. With this fix, SeaBIOS is able to print vital data to a text mode console during boot, which is useful in case of failing to continue booting. S