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

[Xen-bugs] [Bug 961] New: Xen crashes with 16GB of memory

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 961] New: Xen crashes with 16GB of memory
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Thu, 12 Apr 2007 15:15:49 -0700
Delivery-date: Thu, 12 Apr 2007 15:16:47 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=961

           Summary: Xen crashes with 16GB of memory
           Product: Xen
           Version: unstable
          Platform: PPC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Hypervisor
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: hollisb@xxxxxxxxxx


Xen uses the 16GB bit (16<<30) as a flag for mapping special pages. However,
when the system has 16GB of RAM, addresses up to 18GB are valid due to the 2GB
IO hole. When dom0 tries to map domU memory located above 16GB, Xen crashes.

The solution is to choose another bit. This should be easy because Xen tells
Linux what bit to use via the device tree, but Linux hardcodes the bit number
in some SLB assembly code.


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 961] New: Xen crashes with 16GB of memory, bugzilla-daemon <=