search for: guest_xc

Displaying 2 results from an estimated 2 matches for "guest_xc".

Did you mean: guest_ack
2008 Aug 27
2
[PATCH] libxc: Use vcpu_guest_context_any_t instead of two pages
.../* fixme */ ); - memset(ctxt, 0, page_size * 2); - if ( (rc = dom->arch_hooks->vcpu(dom, ctxt)) != 0 ) + memset(&ctxt, 0, sizeof(ctxt)); + if ( (rc = dom->arch_hooks->vcpu(dom, &ctxt)) != 0 ) return rc; xc_dom_unmap_all(dom); - rc = launch_vm(dom->guest_xc, dom->guest_domid, ctxt); + rc = launch_vm(dom->guest_xc, dom->guest_domid, &ctxt); return rc; } _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 May 24
2
Use of XEN_GUEST_HANDLE
...ll prefix each data type with __guest_handle_ . And DEFINE_XEN_GUEST_HANDLE(name) will just typedefs ''__guest_handle_name'' to be a pointer to a data type ''name '' . What is the reason for such abstraction? And how this XEN_GUEST_HANDLE different from ''guest_xc'' field of ''struct xc_dom_image'', which gets initialized with xc_handle. I have serached the net extensively for answers, but unable to get any. So any info or pointers would be highly appriciated. Thanks -Sandesh -- View this message in context: http://www.nabble.co...