--- a/tools/libxc/include/xenctrl.h
> > +++ b/tools/libxc/include/xenctrl.h
> > @@ -2027,9 +2027,6 @@ int xc_altp2m_destroy_view(xc_interface *handle,
> > domid_t domid,
> >  /* Switch all vCPUs of the domain to the specified altp2m view */
> >  int xc_altp2m_switch_to_view(xc_interface *handle, domid_t domid,
> >                               uint16_t view_id);
> > -int xc_altp2m_set_mem_access(xc_interface *handle, domid_t domid,
> > -                             uint16_t view_id, xen_pfn_t gfn,
> > -                             xenmem_access_t access);
> 
> What is the support status of these APIs in libxc? Are they supposed to
> be stable now? Do you have opinion on making them stable interfaces?

Nothing in libxc is ever a stable interface. It is always completely fine
to change them if that is what is needed.

Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to