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-changelog

[Xen-changelog] [PATCH] x64-vmxassist-fix.patch

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [PATCH] x64-vmxassist-fix.patch
From: BitKeeper Bot <riel@xxxxxxxxxxx>
Date: Sat, 11 Jun 2005 01:10:56 +0000
Delivery-date: Mon, 13 Jun 2005 23:01:43 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: Xen Development List <xen-devel@xxxxxxxxxxxxxxxxxxx>
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
ChangeSet 1.1713, 2005/06/11 02:10:56+01:00, arun.sharma@xxxxxxxxx

        [PATCH] x64-vmxassist-fix.patch
        
        Fix 64 bit build.
        
        Signed-off-by: Nitin Kamble <nitin.a.kamble@xxxxxxxxx>
        Signed-off-by: Arun Sharma <arun.sharma@xxxxxxxxx>



 head.S |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/tools/firmware/vmxassist/head.S b/tools/firmware/vmxassist/head.S
--- a/tools/firmware/vmxassist/head.S   2005-06-13 19:02:44 -04:00
+++ b/tools/firmware/vmxassist/head.S   2005-06-13 19:02:44 -04:00
@@ -135,7 +135,7 @@
        .align  4
        .globl  halt
 halt:
-       pushl   $halt_msg
+       push    $halt_msg
        call    printf
 #ifdef TEST
         movw    $0x8A00, %dx

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [PATCH] x64-vmxassist-fix.patch, BitKeeper Bot <=