|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] new domain builder breaks compatibility
To quote xen.h:
495 * 9. There is guaranteed to be at least 512kB padding after the final
496 * bootstrap element. If necessary, the bootstrap virtual region is
497 * extended by an extra 4MB to ensure this.
The new domain builder forgot this:
763 if (dom->alloc_bootstack)
764 dom->bootstack_pfn = xc_dom_alloc_page(dom, "boot stack");
765 xc_dom_printf("%-20s: virt_alloc_end : 0x%" PRIx64 "\n",
766 __FUNCTION__, dom->virt_alloc_end);
which, predictably enough, breaks Solaris, which tries to use this area as
ecratch memory during early boot.
regards
john
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] new domain builder breaks compatibility,
John Levon <=
|
|
|
|
|