All of lore.kernel.org
 help / color / mirror / Atom feed
* bimodal PAE and compatibility
@ 2007-01-08 14:49 John Levon
  2007-01-08 15:05 ` Gerd Hoffmann
  2007-01-08 16:24 ` Keir Fraser
  0 siblings, 2 replies; 8+ messages in thread
From: John Levon @ 2007-01-08 14:49 UTC (permalink / raw)
  To: xen-devel


We currently ship a PAE 32-bit domU that we can trivially make bimodal,
except that if we set it to "bimodal", then older Xens will default to
thinking the domU is not PAE:

353     dsi->pae_kernel = PAEKERN_no;
354     if ( dsi->__elfnote_section )
355     {
356         p = xen_elfnote_string(dsi, XEN_ELFNOTE_PAE_MODE);
357         if ( p != NULL && strncmp(p, "yes", 3) == 0 )
358             dsi->pae_kernel = PAEKERN_extended_cr3;

Could we have a new note instead?

thanks
john

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

end of thread, other threads:[~2007-01-08 17:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-08 14:49 bimodal PAE and compatibility John Levon
2007-01-08 15:05 ` Gerd Hoffmann
2007-01-08 15:16   ` John Levon
2007-01-08 15:24     ` Gerd Hoffmann
2007-01-08 15:29       ` John Levon
2007-01-08 16:52         ` Gerd Hoffmann
2007-01-08 16:24 ` Keir Fraser
2007-01-08 17:27   ` John Levon

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.