Re: [Qemu-devel] [RFC PATCH V3 1/2] xen: pass kernel initrd to qemu [and 1 more messages]

2014-07-02 Thread Ian Jackson
Ian Campbell writes ("Re: [RFC PATCH V3 1/2] xen: pass kernel initrd to qemu"): > On Mon, 2014-06-23 at 15:22 +0100, Ian Jackson wrote: > > If we are going to do this then I think the kernel, cmdline and > > ramdisk (and bootloader) parameters shoudl be moved into the main part > > of the domain_bu

Re: [Qemu-devel] [RFC PATCH V3 1/2] xen: pass kernel initrd to qemu

2014-07-02 Thread Ian Campbell
On Mon, 2014-06-23 at 15:22 +0100, Ian Jackson wrote: > > +/* > > + * LIBXL_HAVE_BUILDINFO_HVM_DIRECT_KERNEL_BOOT > > + * > > + * If this is defined, then the libxl_domain_build_info structure will > > + * contain hvm.kernel, hvm.cmdline and hvm.ramdisk. hvm.kernel is a string > > + * to indicate k

Re: [Qemu-devel] [RFC PATCH V3 1/2] xen: pass kernel initrd to qemu

2014-06-23 Thread Ian Jackson
Chunyan Liu writes ("[RFC PATCH V3 1/2] xen: pass kernel initrd to qemu"): > xen side patch to support xen HVM direct kernel boot: > support 'kernel', 'ramdisk', 'cmdline' (and 'root', 'extra' as well > which would be deprecated later) in HVM config file, parse config file, > pass -kernel, -initrd,

[Qemu-devel] [RFC PATCH V3 1/2] xen: pass kernel initrd to qemu

2014-06-19 Thread Chunyan Liu
xen side patch to support xen HVM direct kernel boot: support 'kernel', 'ramdisk', 'cmdline' (and 'root', 'extra' as well which would be deprecated later) in HVM config file, parse config file, pass -kernel, -initrd, -append parameters to qemu. It's working with qemu-xen when using the default BIO