From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760443AbcBYMJo (ORCPT ); Thu, 25 Feb 2016 07:09:44 -0500 Received: from smtp.citrix.com ([66.165.176.89]:33705 "EHLO SMTP.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760204AbcBYMJn (ORCPT ); Thu, 25 Feb 2016 07:09:43 -0500 X-IronPort-AV: E=Sophos;i="5.22,498,1449532800"; d="scan'208";a="334451895" Date: Thu, 25 Feb 2016 12:09:04 +0000 From: Stefano Stabellini X-X-Sender: sstabellini@kaball.uk.xensource.com To: CC: , Stefano Stabellini , David Vrabel , Konrad Rzeszutek Wilk , Subject: [PATCH v2 0/3] hvc_xen: fix xenboot on x86 and export to ARM Message-ID: User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-DLP: MIA1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 drivers/tty/hvc/hvc_xen.c | 75 +++++++++++++++++++++++++++++++++++---------- 1 file changed, 58 insertions(+), 17 deletions(-)