[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] [IOEMU] Fix ia64 build
Hi, The commit ffb0cf2a is insufficient on ia64. This patch fixes it. Signed-off-by: KUWAMURA Shin'ya <kuwa@xxxxxxxxxxxxxx> -- KUWAMURA Shin'ya diff --git a/qemu-xen.h b/qemu-xen.h index ab4b631..a2d57ac 100644 --- a/qemu-xen.h +++ b/qemu-xen.h @@ -51,7 +51,7 @@ void destroy_hvm_domain(void); void unregister_iomem(target_phys_addr_t start); #ifdef __ia64__ -static inline void xc_domain_shutdown_hook(int xc_handle, uint32_t domid) +static inline void xc_domain_shutdown_hook(xc_interface *xc_handle, uint32_t domid) { xc_ia64_save_to_nvram(xc_handle, domid); } _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |