]> xenbits.xensource.com Git - qemu-upstream-unstable.git/commit
fix QEMU build on Xen/ARM
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Fri, 23 Jan 2015 12:09:47 +0000 (12:09 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 27 Jan 2015 13:57:04 +0000 (13:57 +0000)
commitbe11dc1e9172f91e798a8f831b30c14b479e08e8
tree2d8095a3d08ddcad34ce12815b3a49d2f8c722d5
parent7665d6ba98e20fb05c420de947c1750fd47e5c07
fix QEMU build on Xen/ARM

xen_get_vmport_regs_pfn should take a xen_pfn_t argument, not an
unsigned long argument (in fact xen_pfn_t is defined as uint64_t on
ARM).

Also use xc_hvm_param_get instead of the deprecated xc_get_hvm_param.

upstream-commit-id: d01a5a3fe19645f3cdea1566f0e518ea2152a029

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Reviewed-by: Don Slutz <dslutz@verizon.com>
include/hw/xen/xen_common.h