[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] xc_altp2m_set_vcpu_enable_notify fail
A bit more information on this. There is a on-going discussion on the #include <xenctrl.h> xen_pfn_t new_gfn; //increase memory reservation for guest //map the memory to guest memory space //set #VE info area in VMCS rc = xc_altp2m_set_vcpu_enable_notify(xci, domid, vcpuid, new_gfn);
rc = xc_altp2m_set_domain_state(xci,domid,1); The code always stops at the xc_altp2m_set_vcpu_enable_notify, which is used to assign the new page as #VE info page. As I can't debug the Xen source code, I don't why xc_altp2m_set_vcpu_enable_notify always return -1. Any ideas? _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |