[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-bugs] [Bug 961] New: Xen crashes with 16GB of memory
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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |