From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH v2 0/3] hvc_xen: fix xenboot on x86 and export to ARM Date: Fri, 26 Feb 2016 14:41:28 +0000 Message-ID: <56D06418.5080501@citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Stefano Stabellini Cc: xen-devel@lists.xensource.com, linux-kernel@vger.kernel.org, Konrad Rzeszutek Wilk , boris.ostrovsky@oracle.com List-Id: xen-devel@lists.xenproject.org On 26/02/16 14:28, Stefano Stabellini wrote: > On Thu, 25 Feb 2016, Stefano Stabellini wrote: >> Hi all, >> >> this series exports xenboot on ARM and ARM64 as earlycon, and gets >> xenboot fully working again for PV DomUs on x86 (currently the xenboot >> output only goes to the hypervisor via hypercall and not to the DomU >> console). >> >> Cheers, >> >> Stefano >> >> >> Stefano Stabellini (3): >> hvc_xen: add earlycon support >> hvc_xen: fix xenboot for DomUs >> hvc_xen: make early_printk work with HVM guests > > Boris has reviewed all the patches in the series. Are you all happy if I > go ahead and commit the whole series to xentip/for-linus-4.6 ? Yes. I don't think that branch exists yet so you'll need to create it. I usually use the latest tagged rc as a base. David