* [Qemu-devel] linux host, win xp guest, more than 1GB memory
@ 2005-02-08 18:19 james taylor
2005-02-08 20:52 ` Fabrice Bellard
0 siblings, 1 reply; 2+ messages in thread
From: james taylor @ 2005-02-08 18:19 UTC (permalink / raw)
To: qemu-devel
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.
Thanks
_________________________________________________________________
Use MSN Messenger to send music and pics to your friends
http://www.msn.co.uk/messenger
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] linux host, win xp guest, more than 1GB memory
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
0 siblings, 0 replies; 2+ messages in thread
From: Fabrice Bellard @ 2005-02-08 20:52 UTC (permalink / raw)
To: qemu-devel
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-02-08 21:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).