Re: [Qemu-devel] [RFC PATCH V3 2/2] qemu: support xen hvm direct kernel boot

2014-06-20 Thread Stefano Stabellini
On Fri, 20 Jun 2014, Chunyan Liu wrote: > qemu side patch to support xen HVM direct kernel boot: > if -kernel exists, calls xen_load_linux(), which will read kernel/initrd > and add a linuxboot.bin or multiboot.bin option rom. The > linuxboot.bin/multiboot.bin will load kernel/initrd and jump to ex

[Qemu-devel] [RFC PATCH V3 2/2] qemu: support xen hvm direct kernel boot

2014-06-19 Thread Chunyan Liu
qemu side patch to support xen HVM direct kernel boot: if -kernel exists, calls xen_load_linux(), which will read kernel/initrd and add a linuxboot.bin or multiboot.bin option rom. The linuxboot.bin/multiboot.bin will load kernel/initrd and jump to execute kernel directly. It's working when xen use