[SeaBIOS] Re: [SeaBIOS][PATCH] smbios: Add missing zero byte to Type 0

2019-05-01 Thread Gerd Hoffmann
Hi, > > Running QEMU with: > > -machine pc-i440fx-2.0 (for legacy smbios) > > -smbios type=0,vendor=,version=,date= (for zero str_index) > > Will cause SMBIOS type0 entry to overrun type1 entry. > > Okay, thanks. If I understand correctly - this only impacts > situations where the

[SeaBIOS] Re: Real mode kexec failure with non-IDE disk

2019-05-01 Thread David Woodhouse
On Tue, 2019-04-30 at 22:56 -0400, Kevin O'Connor wrote: > Hi David, > > That call trace certainly looks odd. The SeaBIOS debugging info would > help - try compiling SeaBIOS with debug level 8 and grab the log (as > described at: https://www.seabios.org/Debugging#Diagnostic_information > ).