From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755707AbcDGJlJ (ORCPT ); Thu, 7 Apr 2016 05:41:09 -0400 Received: from smtp.citrix.com ([66.165.176.89]:51663 "EHLO SMTP.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753938AbcDGJlH (ORCPT ); Thu, 7 Apr 2016 05:41:07 -0400 X-IronPort-AV: E=Sophos;i="5.24,449,1454976000"; d="scan'208";a="345469826" Subject: Re: [Xen-devel] [PATCH v4 02/14] x86/xen: use X86_SUBARCH_XEN for PV guest boots To: "Luis R. Rodriguez" , , , , , References: <1459987594-5434-1-git-send-email-mcgrof@kernel.org> <1459987594-5434-3-git-send-email-mcgrof@kernel.org> CC: , , , , , , , , , , , From: David Vrabel Message-ID: <57062B2C.2030402@citrix.com> Date: Thu, 7 Apr 2016 10:41:00 +0100 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: <1459987594-5434-3-git-send-email-mcgrof@kernel.org> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-DLP: MIA2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/04/16 01:06, Luis R. Rodriguez wrote: > The use of subarch should have no current effect on Xen > PV guests, as such this should have no current functional > effects. Reviewed-by: David Vrabel David From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [Xen-devel] [PATCH v4 02/14] x86/xen: use X86_SUBARCH_XEN for PV guest boots Date: Thu, 7 Apr 2016 10:41:00 +0100 Message-ID: <57062B2C.2030402@citrix.com> References: <1459987594-5434-1-git-send-email-mcgrof@kernel.org> <1459987594-5434-3-git-send-email-mcgrof@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1459987594-5434-3-git-send-email-mcgrof@kernel.org> Sender: linux-kernel-owner@vger.kernel.org To: "Luis R. Rodriguez" , bp@alien8.de, hpa@zytor.com, tglx@linutronix.de, mingo@redhat.com, rusty@rustcorp.com.au Cc: xen-devel@lists.xensource.com, matt@codeblueprint.co.uk, andrew.cooper3@citrix.com, x86@kernel.org, linux-kernel@vger.kernel.org, luto@amacapital.net, jlee@suse.com, lguest@lists.ozlabs.org, glin@suse.com, david.vrabel@citrix.com, boris.ostrovsky@oracle.com, andriy.shevchenko@linux.intel.com List-Id: xen-devel@lists.xenproject.org On 07/04/16 01:06, Luis R. Rodriguez wrote: > The use of subarch should have no current effect on Xen > PV guests, as such this should have no current functional > effects. Reviewed-by: David Vrabel David