All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH V2 0/3] Enable QEMU to handle more than 2GB with Xen.
@ 2011-07-20 18:17 ` Anthony PERARD
  0 siblings, 0 replies; 13+ messages in thread
From: Anthony PERARD @ 2011-07-20 18:17 UTC (permalink / raw)
  To: QEMU-devel, Alexander Graf; +Cc: Anthony PERARD, Xen Devel, Stefano Stabellini

Hi all,

Update on this series:
  - Use a RAM address of 64bits only on 64bits targets when Xen is enable.
  - Add some comment on the memory registration done for Xen.


Xen is not limited by the QEMU's virtual address space for the allocation of
the guest RAM. So even with a QEMU 32bits, a Xen guest can have more than 4 GB
of RAM.

With this serie, we will be able to run a guest with more than 4GB. The main
point is to change ram_addr_t from ulong to uin64 when QEMU is configure with
Xen. The second point is better register the memory in QEMU.

Regards,

Anthony PERARD (3):
  cpu-common: Have a ram_addr_t of uint64 with Xen.
  xen: Fix the memory registration to reflect of what is done by Xen.
  vl.c: Check the asked ram_size later.

 cpu-common.h |    8 ++++++++
 exec.c       |    9 +++++----
 vl.c         |   14 ++++++++------
 xen-all.c    |   29 +++++++++++++++++++++--------
 4 files changed, 42 insertions(+), 18 deletions(-)

-- 
Anthony PERARD

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

end of thread, other threads:[~2011-07-27 12:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-20 18:17 [Qemu-devel] [PATCH V2 0/3] Enable QEMU to handle more than 2GB with Xen Anthony PERARD
2011-07-20 18:17 ` Anthony PERARD
2011-07-20 18:17 ` [Qemu-devel] [PATCH V2 1/3] cpu-common: Have a ram_addr_t of uint64 " Anthony PERARD
2011-07-20 18:17   ` Anthony PERARD
2011-07-20 18:17 ` [Qemu-devel] [PATCH V2 2/3] xen: Fix the memory registration to reflect of what is done by Xen Anthony PERARD
2011-07-20 18:17   ` Anthony PERARD
2011-07-21 11:10   ` Stefano Stabellini
2011-07-20 18:17 ` [Qemu-devel] [PATCH V2 3/3] vl.c: Check the asked ram_size later Anthony PERARD
2011-07-20 18:17   ` Anthony PERARD
2011-07-27 12:53   ` [Qemu-devel] " Alexander Graf
2011-07-27 12:53     ` Alexander Graf
2011-07-27 12:56 ` [Qemu-devel] [PATCH V2 0/3] Enable QEMU to handle more than 2GB with Xen Alexander Graf
2011-07-27 12:56   ` Alexander Graf

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.