All of lore.kernel.org
 help / color / mirror / Atom feed
* new domain builder breaks compatibility
@ 2007-01-31 21:48 John Levon
  2007-02-01  9:04 ` Gerd Hoffmann
  0 siblings, 1 reply; 14+ messages in thread
From: John Levon @ 2007-01-31 21:48 UTC (permalink / raw)
  To: xen-devel


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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2007-02-02 15:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-31 21:48 new domain builder breaks compatibility John Levon
2007-02-01  9:04 ` Gerd Hoffmann
2007-02-01 14:55   ` John Levon
2007-02-01 15:15     ` Gerd Hoffmann
2007-02-01 16:22       ` John Levon
2007-02-01 16:33         ` Gerd Hoffmann
2007-02-01 16:38           ` John Levon
2007-02-01 19:17   ` John Levon
2007-02-01 23:13     ` Keir Fraser
2007-02-02  7:59       ` Gerd Hoffmann
2007-02-02 15:08         ` Keir Fraser
2007-02-02 15:13           ` Gerd Hoffmann
2007-02-02 15:22             ` John Levon
2007-02-02  8:02     ` Gerd Hoffmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.