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

2014-06-12 Thread Ian Campbell
On Wed, 2014-06-04 at 15:34 +0800, Chunyan Liu wrote: > xen side patch to support xen HVM direct kernel boot: > support 'kernel', 'ramdisk', 'root', 'extra' in HVM config file, > parse config file, pass -kernel, -initrd, -append parameters to qemu. > It's working with seabios and non-stubdom. Rombi

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

2014-06-06 Thread Ian Campbell
On Wed, 2014-06-04 at 15:34 +0800, Chunyan Liu wrote: Please can you remember to CC Ian Jackson on these patches in the future as a) he's a toolstack maintainer and b) he's the one doing work on upstream qemu stubdom so he may have concerns about this stuff. Thanks, Ian. > xen side patch to supp

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

2014-06-04 Thread Chunyan Liu
xen side patch to support xen HVM direct kernel boot: support 'kernel', 'ramdisk', 'root', 'extra' in HVM config file, parse config file, pass -kernel, -initrd, -append parameters to qemu. It's working with seabios and non-stubdom. Rombios and stubdom cases are currently not supported. [config exa