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] Fix x86/64 HVM assertion failure.

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 06e3c5ef29797bb73065b785fca1ae6a141217d8
# Parent  e3e4c8b564e2c08871980de1aa5ea8bbaccf4d07
Fix x86/64 HVM assertion failure.

Signed-off-by: Xin Li <xin.b.li@xxxxxxxxx>

diff -r e3e4c8b564e2 -r 06e3c5ef2979 xen/include/asm-x86/mm.h
--- a/xen/include/asm-x86/mm.h  Wed Mar 15 10:07:26 2006
+++ b/xen/include/asm-x86/mm.h  Wed Mar 15 10:09:20 2006
@@ -100,7 +100,7 @@
 
 #ifdef __x86_64__
 #define PGT_high_mfn_shift  52
-#define PGT_high_mfn_mask   (0x7ffUL << PGT_high_mfn_shift)
+#define PGT_high_mfn_mask   (0xfffUL << PGT_high_mfn_shift)
 #define PGT_mfn_mask        (((1U<<23)-1) | PGT_high_mfn_mask)
 #define PGT_high_mfn_nx     (0x800UL << PGT_high_mfn_shift)
 #else

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix x86/64 HVM assertion failure., Xen patchbot -unstable <=