]> git.proxmox.com Git - mirror_qemu.git/commit - xen-mapcache.c
xen: build on ARM
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 18 Dec 2013 19:17:32 +0000 (19:17 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Mon, 7 Jul 2014 10:37:40 +0000 (10:37 +0000)
commit643f59322432d77165329dfabe2d040d7e30dae8
tree768ec853126b43325b43f4dfa05ffa69a94961d0
parent4aba9eb138e5d68c400de0b116f15217d7a92d3a
xen: build on ARM

Collection of fixes to build QEMU with Xen support on ARM:
- use xenstore_read_fe_uint64 to retrieve the page-ref (xenfb);
- use xen_pfn_t instead of unsigned long in xenfb;
- unsigned long/xenpfn_t in xen_remove_from_physmap;
- in xen-mapcache.c use HOST_LONG_BITS to check for QEMU's address space
size.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
hw/display/xenfb.c
xen-hvm.c
xen-mapcache.c