[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [qemu-xen-unstable] Fix ia64 build (for xc interface change)
commit 1bc14e2c1a2146ca905f415f5e63f6934d66e5c6 Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Date: Fri Jun 25 15:27:09 2010 +0100 Fix ia64 build (for xc interface change) The commit ffb0cf2a is insufficient on ia64. This patch fixes it. Signed-off-by: KUWAMURA Shin'ya <kuwa@xxxxxxxxxxxxxx> --- qemu-xen.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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); } -- generated by git-patchbot for /home/xen/git/qemu-xen-unstable.git _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |