[Xen-devel] [PATCH RFC 0/2] tools/xenstored: Reduce the useage of unstable interface

Andrew Cooper posted 2 patches 4 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20190709152845.18217-1-andrew.cooper3@citrix.com
tools/xenstore/xenstored_domain.c | 28 ++++++++++------------------
1 file changed, 10 insertions(+), 18 deletions(-)
[Xen-devel] [PATCH RFC 0/2] tools/xenstored: Reduce the useage of unstable interface
Posted by Andrew Cooper 4 years, 8 months ago
xenstored is currently linked against libxc, and uses unstable interfaces for
exactly two things:

 1) Foreign mapping by MFN
 2) xc_dom_getinfo(), but only for shutdown information

This series addresses issue 1.  Issue 2 is still open, and can take advantage
of loads of us being co-located in Chicago at the moment.

Andrew Cooper (2):
  tools/xenstored: Make gnttab interface mandatory
  tools/xenstored: Drop mapping of the ring via foreign map

 tools/xenstore/xenstored_domain.c | 28 ++++++++++------------------
 1 file changed, 10 insertions(+), 18 deletions(-)

-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel