[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v5 07/28] libxc: rework BSP initialization
On Fri, Aug 21, 2015 at 06:53:20PM +0200, Roger Pau Monne wrote: [...] > static int clear_page(struct xc_dom_image *dom, xen_pfn_t pfn) > { > xen_pfn_t dst; > @@ -197,14 +184,9 @@ void *xc_dom_boot_domU_map(struct xc_dom_image *dom, > xen_pfn_t pfn, > > int xc_dom_boot_image(struct xc_dom_image *dom) > { > - DECLARE_HYPERCALL_BUFFER(vcpu_guest_context_any_t, ctxt); > xc_dominfo_t info; > int rc; > > - ctxt = xc_hypercall_buffer_alloc(dom->xch, ctxt, sizeof(*ctxt)); > - if ( ctxt == NULL ) > - return -1; > - As I said in my last round review, I think you would need to use the same snippet to allocate hypercall safe buffer in various vcpu_* functions. Is there any reason that you don't do it in this version? Wei. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |