[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH QEMU-XEN v3 6/8] xen: Use stable library interfaces when they are available.
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@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |