*) test_shim=y ;;
esac
+ # PVH dom0 tests for versions >= 4.13 only
+ case "$xenbranch" in
+ xen-3.*-testing) test_dom0pvh=n ;;
+ xen-4.?-testing) test_dom0pvh=n ;;
+ xen-4.10-testing) test_dom0pvh=n ;;
+ xen-4.11-testing) test_dom0pvh=n ;;
+ xen-4.12-testing) test_dom0pvh=n ;;
+ *) test_dom0pvh=y ;;
+ esac
+
# xend PV guest test on x86 only
if [ x$test_xend = xy -a \( $dom0arch = "i386" -o $dom0arch = "amd64" \) ]; then
job_create_test test-$xenarch$kern-$dom0arch-pv test-debian xend \
fi
+ if [ x$test_dom0pvh = xy -a $xenarch = amd64 -a $dom0arch = amd64 ]; then
+
+ for cpuvendor in amd intel; do
+
+ job_create_test test-$xenarch$kern-$dom0arch-dom0pvh-xl-$cpuvendor \
+ test-debian xl $xenarch $dom0arch $debian_runvars \
+ all_hostflags=$most_hostflags,hvm-$cpuvendor,iommu \
+ xen_boot_append='dom0=pvh,verbose'
+
+ done
+
+ fi
+
+
if [ x$test_shim = xy -a $xenarch = amd64 ]; then
job_create_test test-$xenarch$kern-$dom0arch-xl-pvshim \