On Wed, 2015-10-14 at 15:52 +0100, Stefano Stabellini wrote:

> > +  # These libraries were all introduced in the same release, to
> > +  # simplify things we therefore assume its either all or nothing and
> > +  # treat any other mix as an error
> > +  case $xenevtchn$xengnttab$xenforeignmemory in
> > +      yesyesyes) xenstablelibs=yes;;
> > +      nonono)    xenstablelibs=no;;
> > +      *)         error_exit "Inconsistent set of xen libraries found"
> > +     ;;
> > +  esac
> 
> I would remove all this and introduce a xen_stable_libs for the Xen 4.7
> and beyond case:
> 
> xen_stable_libs="-lxenforeignmemory -lxengnttab -lxenevtchn"

This and all the consequences which followed make sense and should simplify
a bunch of stuff, so will do.

Ian.

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

Reply via email to