qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Fabrice Bellard <fabrice@bellard.org>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] linux host, win xp guest, more than 1GB memory
Date: Tue, 08 Feb 2005 21:52:03 +0100	[thread overview]
Message-ID: <42092673.8010103@bellard.org> (raw)
In-Reply-To: <BAY12-F98C4257C188E56A8895F7C7740@phx.gbl>

james taylor wrote:
> I've successfully got xp running as guest os using 
> qemu-snapshot-2005-02-05_23.
> I've patched the code with patches published in this list to enable dma, 
> windows
> says that my disk is dma enabled.
> 
> I would like to specify 2GB ram for the virtual windows machine memory, but
> qemu wouldn't let me specify -m 2048 - the command just printed help.
> So currently running with 1GB (ie -m 1024) successfully.
> 
> Does anyone have a patch or a tip that will enable me to set up 2GB ram on
> the virtual machine?
> 
> (I'm running on a 4GB physical ram box)
> 
> Host is kernel 2.4.27.

It should be possible to increase the limit - it was set arbitrarily 
knowing that the process address space mapping limited the maximum size 
of mappings. With some small hacks it could be possible to reach about 
2.5 GB of emulated RAM with a standard host Linux kernel.

The architectural limit of simulated RAM in QEMU is of 4 GB, even with a 
64 bit CPU.

Fabrice.

      reply	other threads:[~2005-02-08 21:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-08 18:19 [Qemu-devel] linux host, win xp guest, more than 1GB memory james taylor
2005-02-08 20:52 ` Fabrice Bellard [this message]

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=42092673.8010103@bellard.org \
    --to=fabrice@bellard.org \
    --cc=qemu-devel@nongnu.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).