]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/qemu-xen.git/commit
xen: drop support for Xen 4.1 and older.
authorIan Campbell <ian.campbell@citrix.com>
Fri, 5 Feb 2016 15:01:25 +0000 (15:01 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 11 Feb 2016 16:16:24 +0000 (16:16 +0000)
commit5c206c2471c919c36997e5aa5b8c340cbb0050bc
treea12ec981eac3e6adffb8c680d45933e73a84bf62
parentebb64f27a08c7d53227f206051e43ce5edae2274
xen: drop support for Xen 4.1 and older.

Xen 4.2 become unsupported upstream in 09/2015 (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 code which makes future work (to use stable
library interfaces provided by upstream) more difficult. In particular
all supported versions now use a pointer as a libxc handle (4.1 and
earlier used an integer, resulting in various shim layers).

Also Xen 4.2 was the first version of Xen to formally support upstream
QEMU (as a preview) so that makes sense as a cut-off now.

This change drops all the configure-y and resulting ifdefs in a mostly
mechanical way. A follow up will refactor wrappers which are now
unused.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
v2: Don't claim to support 4.1 for another 89 years in the commit
      message.
    Tweak message in configure.
configure
hw/i386/xen/xen_apic.c
include/hw/xen/xen.h
include/hw/xen/xen_common.h
xen-hvm.c