All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arun Sharma <arun.sharma@intel.com>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: xen-devel@lists.xensource.com
Subject: Are linker scripts needed?
Date: Sun, 22 May 2005 23:00:24 -0700	[thread overview]
Message-ID: <42917178.8080502@intel.com> (raw)

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

             reply	other threads:[~2005-05-23  6:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-23  6:00 Arun Sharma [this message]
2005-05-23  8:02 ` Are linker scripts needed? 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42917178.8080502@intel.com \
    --to=arun.sharma@intel.com \
    --cc=Keir.Fraser@cl.cam.ac.uk \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.