fix QEMU build on Xen/ARM
commitd01a5a3fe19645f3cdea1566f0e518ea2152a029
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Fri, 23 Jan 2015 12:09:47 +0000 (23 12:09 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Mon, 26 Jan 2015 11:56:33 +0000 (26 11:56 +0000)
treebea63f565be8cb06ec264e346f44da3cfbd0cb09
parentb3a4755a67a52aa7297eb8927b482d09dabdefec
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.

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