Comment 3 for bug 1790825

Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

These two tests will be skipped with QEMU 3.0.0 built from source.

# QEMU=/home/ubuntu/qemu-3.0.0/aarch64-softmmu/qemu-system-aarch64 ./run_tests.sh -v
SKIP selftest-setup (qemu-system-aarch64: Unable to determine GIC version supported by host)
SKIP selftest-vectors-kernel (qemu-system-aarch64: Unable to determine GIC version supported by host)
SKIP selftest-vectors-user (qemu-system-aarch64: Unable to determine GIC version supported by host)
SKIP selftest-smp (qemu-system-aarch64: Unable to determine GIC version supported by host)
SKIP pci-test (qemu-system-aarch64: Unable to determine GIC version supported by host)
SKIP pmu (qemu-system-aarch64: Unable to determine GIC version supported by host)
TESTNAME=gicv2-ipi TIMEOUT=90s ACCEL= ./arm/run arm/gic.flat -smp $((($MAX_SMP < 8)?$MAX_SMP:8)) -machine gic-version=2 -append 'ipi'
PASS gicv2-ipi (3 tests)
SKIP gicv3-ipi (qemu-system-aarch64: Userspace GICv3 is not supported with KVM)
TESTNAME=gicv2-active TIMEOUT=90s ACCEL= ./arm/run arm/gic.flat -smp $((($MAX_SMP < 8)?$MAX_SMP:8)) -machine gic-version=2 -append 'active'
PASS gicv2-active (1 tests)
SKIP gicv3-active (qemu-system-aarch64: Userspace GICv3 is not supported with KVM)
SKIP psci (qemu-system-aarch64: Unable to determine GIC version supported by host)
SKIP timer (qemu-system-aarch64: Unable to determine GIC version supported by host)