Re: [Qemu-devel] [RFC PATCH V5 0/3] Support xen HVM direct kernel boot

2014-08-26 Thread Chun Yan Liu
>>> On 8/27/2014 at 05:02 AM, in message <1409086964.28009.45.ca...@citrix.com>, Ian Campbell wrote: > On Mon, 2014-08-04 at 18:26 +0100, Stefano Stabellini wrote: > > The patches are both in QEMU and qemu-upstream-unstable. > > You can go ahead with the tools patches. > > Done. There was

Re: [Qemu-devel] [RFC PATCH V5 0/3] Support xen HVM direct kernel boot

2014-08-26 Thread Ian Campbell
On Mon, 2014-08-04 at 18:26 +0100, Stefano Stabellini wrote: > The patches are both in QEMU and qemu-upstream-unstable. > You can go ahead with the tools patches. Done. There was some fuzz on the first patch (no doubt due to the delay in apply, sorry) which I resolved, Chunyan please do check I di

Re: [Qemu-devel] [RFC PATCH V5 0/3] Support xen HVM direct kernel boot

2014-08-04 Thread Stefano Stabellini
On Thu, 10 Jul 2014, Stefano Stabellini wrote: > On Thu, 10 Jul 2014, Ian Campbell wrote: > > On Mon, 2014-07-07 at 14:34 +0800, Chunyan Liu wrote: > > > Updated current patch series for working with qemu-xen and default > > > BIOS (seabios), to make it in good shape. Stubdom support will be > > >

Re: [Qemu-devel] [RFC PATCH V5 0/3] Support xen HVM direct kernel boot

2014-07-10 Thread Stefano Stabellini
On Thu, 10 Jul 2014, Ian Campbell wrote: > On Mon, 2014-07-07 at 14:34 +0800, Chunyan Liu wrote: > > Updated current patch series for working with qemu-xen and default > > BIOS (seabios), to make it in good shape. Stubdom support will be > > continued. > > This series is all acked and hasn't reall

Re: [Qemu-devel] [RFC PATCH V5 0/3] Support xen HVM direct kernel boot

2014-07-10 Thread Ian Campbell
On Mon, 2014-07-07 at 14:34 +0800, Chunyan Liu wrote: > Updated current patch series for working with qemu-xen and default > BIOS (seabios), to make it in good shape. Stubdom support will be > continued. This series is all acked and hasn't really felt RFC for a few iterations now. I suppose the x

[Qemu-devel] [RFC PATCH V5 0/3] Support xen HVM direct kernel boot

2014-07-06 Thread Chunyan Liu
Updated current patch series for working with qemu-xen and default BIOS (seabios), to make it in good shape. Stubdom support will be continued. xen side patches: * pass kernel/initrd/append parameters to qemu-dm * add 'cmdline' in xl.cfg qemu side patch: reuse load_linux() for xen hvm d