[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [RFC PATCH 3/7] colo: implement restore_callbacks
Hi, At 16:02 +0800 on 03 Apr (1365004959), Wen Congyang wrote: > + /* reset memory */ > + hypercall.op = __HYPERVISOR_reset_memory_op; > + hypercall.arg[0] = (unsigned long)dom; > + do_xen_hypercall(xch, &hypercall); You've added a new hypercall here but I don't see any implementation (or documentation). Are there some xen-side patches missing? Cheers, Tim. > @@ -93,6 +93,7 @@ DEFINE_XEN_GUEST_HANDLE(xen_pfn_t); > #define __HYPERVISOR_domctl 36 > #define __HYPERVISOR_kexec_op 37 > #define __HYPERVISOR_tmem_op 38 > +#define __HYPERVISOR_reset_memory_op 40 > > /* Architecture-specific hypercall definitions. */ > #define __HYPERVISOR_arch_0 48 > -- > 1.8.0 > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@xxxxxxxxxxxxx > http://lists.xen.org/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |