]> git.proxmox.com Git - qemu.git/commit
configure: Always use 64bits target physical addresses with xen enabled.
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 21 Oct 2010 11:47:08 +0000 (12:47 +0100)
committerAlexander Graf <agraf@suse.de>
Sun, 8 May 2011 08:10:01 +0000 (10:10 +0200)
commit64b3cfdb73fd08220ef848f71a2d0061e97ed7d8
tree879fcadeb413cc0987bb26c3747346e46c3bb119
parent050a0ddf39cf5555ecf9b22a918b2a2b00bdbe34
configure: Always use 64bits target physical addresses with xen enabled.

With MapCache, we can handle a 64b target, even with a 32b host/qemu.
So, we need to have target_phys_addr_t to 64bits.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
configure