[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] "Tried to do a paging op on itself"
Hello, When I try to enable shadow page table features using the shadow_control function, I get this message in the hypervisor logs: "Tried to do a paging op on itself". After backtracking to the source of this message, I discovered it comes from the condition: "if ( unlikely(d == current->domain) )", which means that the hypervisor does not consider the current domain as the same domain I give as parameter, even though I checked and their domain_id is the same. Does anyone have any idea why the hypervisor does not see them as being equal? Thank you, Alina -- View this message in context: http://xen.1045712.n5.nabble.com/Tried-to-do-a-paging-op-on-itself-tp5733245.html Sent from the Xen - Dev mailing list archive at Nabble.com. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |