From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754474AbcBZOlb (ORCPT ); Fri, 26 Feb 2016 09:41:31 -0500 Received: from smtp02.citrix.com ([66.165.176.63]:6794 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753764AbcBZOlb (ORCPT ); Fri, 26 Feb 2016 09:41:31 -0500 X-IronPort-AV: E=Sophos;i="5.22,498,1449532800"; d="scan'208";a="341378894" Subject: Re: [PATCH v2 0/3] hvc_xen: fix xenboot on x86 and export to ARM To: Stefano Stabellini References: CC: , , "Konrad Rzeszutek Wilk" , From: David Vrabel Message-ID: <56D06418.5080501@citrix.com> Date: Fri, 26 Feb 2016 14:41:28 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-DLP: MIA1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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