All of lore.kernel.org
 help / color / mirror / Atom feed
* Are linker scripts needed?
@ 2005-05-23  6:00 Arun Sharma
  2005-05-23  8:02 ` Keir Fraser
  0 siblings, 1 reply; 4+ messages in thread
From: Arun Sharma @ 2005-05-23  6:00 UTC (permalink / raw)
  To: Keir Fraser; +Cc: xen-devel

In alt.bk.changesets.1.1508 Keir wrote:

> Some more ioemu config hardcoding. Our 'target arch' is always i386.
> Do we really need linker scripts??
> Signed-off-by: Keir Fraser <keir@xensource.com>

Yes, we do need linker scripts to support VMX guests with large memory 
(> 256MB). Without the linker scripts, we found instabilities with a 
512MB guest.

The reason for this is, qemu is mapping all of guest physical in it's 
address space. The linker script moves all of the qemu text/data/stack 
to the upper part of the user virtual to leave a large enough hole for 
mapping guest physical using xc_map_foreign.

Our intention is to use qemu for i386, x86-64 and ia64. The 
"target-i386-dm" is a misnomer and inherited from upstream. I should 
probably kill the concept of a "target architecture" since ioemu is cpu 
architecture independent right now.

	-Arun

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

end of thread, other threads:[~2005-05-24 21:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-23  6:00 Are linker scripts needed? Arun Sharma
2005-05-23  8:02 ` Keir Fraser
2005-05-23  8:08   ` Keir Fraser
     [not found]   ` <mailman.1116835533.1955@unix-os.sc.intel.com>
2005-05-24 21:13     ` Arun Sharma

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.