WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH] [HVMLOADER] built-in memcmp function uses not-ye

To: Stefan Berger <stefanb@xxxxxxxxxx>, Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH] [HVMLOADER] built-in memcmp function uses not-yet implemented opcode
From: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Date: Wed, 29 Nov 2006 07:51:50 +0000
Cc: keir@xxxxxxxxxxxxx
Delivery-date: Tue, 28 Nov 2006 23:57:10 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1164773727.27538.12.camel@xxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AccTizoheHe1Cn9+EduwVgANk04WTA==
Thread-topic: [Xen-devel] [PATCH] [HVMLOADER] built-in memcmp function uses not-yet implemented opcode
User-agent: Microsoft-Entourage/11.2.5.060620
On 29/11/06 4:15 am, "Stefan Berger" <stefanb@xxxxxxxxxx> wrote:

>   it seems like the acpi/build.c function now uses the gcc built-in
> memcmp function. Unfortunately that one seems to generate some code that
> hits a not-yet implemented/emulated opcode. Instead of implementing
> emultaion for that opcode I just copied the previously used memcmp
> function from util.c into the build.c and renamed it to _memcmp to avoid
> linking problems.

There's an easier fix. hvmloader/acpi/Makefile is missing -fno-builtin. I'll
apply a patch.

 Thanks,
 Keir



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>