Hi Jorge, On Tue, Jul 26, 2016 at 04:09:06PM +0200, Jorge Ramirez-Ortiz wrote: > Some architectures require that the bootloader uncompresses the image > before executing the kernel; since lkvm will not uncompress the kernel > image, the default image names need to be modified to address this > matter. > > Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@xxxxxxxxxx> > Tested-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@xxxxxxxxxx> > --- > builtin-run.c | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- > 1 file changed, 44 insertions(+), 11 deletions(-) I just pushed a variant of Andre's previous solution to this problem, which lets you run Image.gz doing something like: $ lkvm run ... -k (zcat Image.gz) Will -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html