]> git.proxmox.com Git - mirror_qemu.git/commit - exec.c
cpu-common: Have a ram_addr_t of uint64 with Xen.
authorAnthony PERARD <anthony.perard@citrix.com>
Wed, 20 Jul 2011 08:17:42 +0000 (08:17 +0000)
committerAlexander Graf <agraf@suse.de>
Tue, 26 Jul 2011 04:57:28 +0000 (06:57 +0200)
commitf15fbc4bd1a24bd1477a846e63e62c6d435912f8
treed4672ffec3af926c85caf440282a095ea9c66623
parent59d21e537b6c3a964d4e346e9cf2a1e17267a27c
cpu-common: Have a ram_addr_t of uint64 with Xen.

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 <anthony.perard@citrix.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
cpu-common.h
exec.c
xen-all.c