Re: [kvm-devel] [PATCH] kvm: qemu: Allow booting from extboot drive with -kernel

2008-05-02 Thread Avi Kivity
Mark McLoughlin wrote: > The -kernel option generates a new boot sector for > the boot drive which jumps directly to the supplied > kernel rather than running the standard bootloader. > > Trivially fix generate_bootsect() to handle the > case where we're booting using extboot. > > Applied, than

[kvm-devel] [PATCH] kvm: qemu: Allow booting from extboot drive with -kernel

2008-04-29 Thread Mark McLoughlin
The -kernel option generates a new boot sector for the boot drive which jumps directly to the supplied kernel rather than running the standard bootloader. Trivially fix generate_bootsect() to handle the case where we're booting using extboot. Signed-off-by: Mark McLoughlin <[EMAIL PROTECTED]> ---