[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 10/14] libxc: allow caller to specify guest rambase rather than hardcoding
Ian Campbell writes ("[PATCH v3 10/14] libxc: allow caller to specify guest rambase rather than hardcoding"): > It's still hardcoded but it could now be plausibly be made variable. ... > +#ifdef GUEST_RAM_BASE > + if ( (ret = xc_dom_rambase_init(dom, GUEST_RAM_BASE)) != 0 ) { > + LOGE(ERROR, "xc_dom_rambase failed"); > + goto out; > + } > +#endif This is weird. Where is the definition of GUEST_RAM_BASE ? Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |