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

[Xen-devel] [PATCH] vmx assist moved to a new address

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] vmx assist moved to a new address
From: Leendert van Doorn <leendert@xxxxxxxxxxxxxx>
Date: Thu, 02 Jun 2005 02:48:31 -0400
Delivery-date: Thu, 02 Jun 2005 07:21:55 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Organization: IBM T.J. Watson Research Center
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
To accomodate Intel's ACPI support, VMX assist now lives at 0xD0000.

        Leendert

Signed-Off-By: Leendert van Doorn <leendert@xxxxxxxxxxxxxx>

--- xeno-unstable.orig/xen/include/public/vmx_assist.h  2005-04-22 
02:26:10.000000000 -0400
+++ xeno-unstable.mine/xen/include/public/vmx_assist.h  2005-05-31 
13:22:39.000000000 -0400
@@ -21,7 +21,7 @@
 #ifndef _VMX_ASSIST_H_
 #define _VMX_ASSIST_H_
 
-#define        VMXASSIST_BASE          0xE0000
+#define        VMXASSIST_BASE          0xD0000
 #define        VMXASSIST_MAGIC         0x17101966
 #define        VMXASSIST_MAGIC_OFFSET  (VMXASSIST_BASE+8)
 

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] vmx assist moved to a new address, Leendert van Doorn <=