There are some issues that make our current PV handling in run_tests.sh and s390x/run a bit awkward: * With ACCEL=tcg or if KVM is not available we will try to run PV tests which won't work * If a host key cert has been specified but it does not exists then the compilation will break This series is based on the common script fixes I just sent out. Janosch Frank (3): s390x: Don't run PV testcases under tcg configure: s390x: Check if the host key document exists s390x: run: Skip PV tests when tcg is the accelerator configure | 5 +++++ s390x/run | 5 +++++ scripts/s390x/func.bash | 3 +++ 3 files changed, 13 insertions(+) -- 2.27.0