Older Xen versions don't support the 'type' xl option used to create a
PVHv2 guest, which we are about to switch to.
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
*) test_xend=n ;;
esac
- # PVH tests for versions >= 4.5 only
+ # PVH tests for versions >= 4.10 only
case "$xenbranch" in
xen-3.*-testing) test_pvh=n ;;
- xen-4.0-testing) test_pvh=n ;;
- xen-4.1-testing) test_pvh=n ;;
- xen-4.2-testing) test_pvh=n ;;
- xen-4.3-testing) test_pvh=n ;;
- xen-4.4-testing) test_pvh=n ;;
+ xen-4.?-testing) test_pvh=n ;;
*) test_pvh=y ;;
esac