On Thu, Mar 31, Wei Liu wrote: > +static int xc_domain_resume_hvm(xc_interface *xch, uint32_t domid) > #if defined(__i386__) || defined(__x86_64__) > + return xc_domain_resume_hvm(xch, domid);
This causes a build error no non-x86. [ 334s] xc_resume.c:112:12: error: 'xc_domain_resume_hvm' defined but not used [-Werror=unused-function] [ 334s] static int xc_domain_resume_hvm(xc_interface *xch, uint32_t domid) Olaf _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel