From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?windows-1252?Q?Roger_Pau_Monn=E9?= Subject: Re: [PATCHv1] xen-blkback: default to X86_32 ABI on x86 Date: Mon, 9 Feb 2015 13:24:21 +0100 Message-ID: <54D8A6F5.4060301@citrix.com> References: <1423156196-27117-1-git-send-email-david.vrabel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YKnO5-000824-91 for xen-devel@lists.xenproject.org; Mon, 09 Feb 2015 12:24:25 +0000 In-Reply-To: <1423156196-27117-1-git-send-email-david.vrabel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: David Vrabel , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org El 05/02/15 a les 18.09, David Vrabel ha escrit: > Prior to the existance of 64-bit backends using the X86_64 ABI, > frontends used the X86_32 ABI. These old frontends do not specify the > ABI and when used with a 64-bit backend do not work. > = > On x86, default to the X86_32 ABI if one is not specified. Backends > on ARM continue to default to their NATIVE ABI. > = > Signed-off-by: David Vrabel I don't see anything wrong with changing the default protocol from native to the 32bit variant. Acked-by: Roger Pau Monn=E9 Roger.