Re: [Qemu-devel] [PATCH 3/5] cpu-common: Have a ram_addr_t of uint64 with Xen.

2011-07-18 Thread Alexander Graf
On 15.07.2011, at 16:32, Anthony Perard wrote: > In Xen case, memory can be bigger than the host memory. that mean a > 32bits host (and QEMU) should be able to handle a RAM address of 64bits. > > Signed-off-by: Anthony PERARD > --- > cpu-common.h |8 > exec.c |9 +

[Qemu-devel] [PATCH 3/5] cpu-common: Have a ram_addr_t of uint64 with Xen.

2011-07-15 Thread Anthony PERARD
In Xen case, memory can be bigger than the host memory. that mean a 32bits host (and QEMU) should be able to handle a RAM address of 64bits. Signed-off-by: Anthony PERARD --- cpu-common.h |8 exec.c |9 + xen-all.c|2 +- 3 files changed, 14 insertions(+), 5