Re: [Xen-devel] [PATCH 1/5] xen: drop support for Xen 4.1 and older.

2016-02-10 Thread Stefano Stabellini
On Wed, 10 Feb 2016, Ian Campbell wrote: > On Tue, 2016-02-09 at 16:50 +, Stefano Stabellini wrote: > > > @@ -2218,15 +2127,10 @@ EOF > > >  fi > > >  > > >  if test "$xen_pci_passthrough" != "no"; then > > > -  if test "$xen" = "yes" && test "$linux" = "yes" && > > > -    test "$xen_ctrl_versi

Re: [Xen-devel] [PATCH 1/5] xen: drop support for Xen 4.1 and older.

2016-02-10 Thread Ian Campbell
On Tue, 2016-02-09 at 16:50 +, Stefano Stabellini wrote: > > @@ -2218,15 +2127,10 @@ EOF > >  fi > >  > >  if test "$xen_pci_passthrough" != "no"; then > > -  if test "$xen" = "yes" && test "$linux" = "yes" && > > -    test "$xen_ctrl_version" -ge 340; then > > +  if test "$xen" = "yes" && tes

Re: [Xen-devel] [PATCH 1/5] xen: drop support for Xen 4.1 and older.

2016-02-09 Thread Stefano Stabellini
On Tue, 9 Feb 2016, Ian Campbell wrote: > Xen 4.2 become unsupported upstream in 09/2105 (see > http://wiki.xen.org/wiki/Xen_Release_Features). However as far as the > interfaces provided by the toolstack libraries go 4.2 and 4.3 are > indistinguishable. > > Therefore drop support for Xen 4.1 and

[Xen-devel] [PATCH 1/5] xen: drop support for Xen 4.1 and older.

2016-02-09 Thread Ian Campbell
Xen 4.2 become unsupported upstream in 09/2105 (see http://wiki.xen.org/wiki/Xen_Release_Features). However as far as the interfaces provided by the toolstack libraries go 4.2 and 4.3 are indistinguishable. Therefore drop support for Xen 4.1 and earlier which removes a whole pile of compatibility