27.02.2017 22:36, Thomas Huth wrote: > On 25.01.2017 21:45, Thomas Huth wrote: >> When running QEMU with "-M none -device loader,file=kernel.elf", it >> currently crashes with a segmentation fault, because the "none"-machine >> does not have any CPU by default and the generic loader code tries >> to dereference s->cpu. Fix it by adding an appropriate check for a >> NULL pointer.
Applied to -trivial, thanks! /mjt