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

2014-05-29 Thread Paolo Bonzini
Il 29/05/2014 05:23, Chunyan Liu ha scritto: > [support xen HVM direct kernel boot] > qemu side patch: 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

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

2014-05-28 Thread Chunyan Liu
[support xen HVM direct kernel boot] qemu side patch: 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 uses