]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
ci: Update comment for migration-compat-aarch64
authorPeter Xu <peterx@redhat.com>
Wed, 7 Feb 2024 00:54:03 +0000 (08:54 +0800)
committerPeter Xu <peterx@redhat.com>
Wed, 7 Feb 2024 02:51:27 +0000 (10:51 +0800)
It turns out that we may not be able to enable this test even for the
upcoming v9.0.  Document what we're still missing.

Reviewed-by: "Daniel P. Berrangé" <berrange@redhat.com>
Link: https://lore.kernel.org/r/20240207005403.242235-4-peterx@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
.gitlab-ci.d/buildtest.yml

index cfe95c1b1706787d88743698aee0421db28d953c..f56df59c949e7d644a6c579e617fae96c08584a5 100644 (file)
@@ -219,9 +219,10 @@ build-previous-qemu:
     - QTEST_QEMU_BINARY_DST=./qemu-system-${TARGET}
           QTEST_QEMU_BINARY=../build/qemu-system-${TARGET} ./tests/qtest/migration-test
 
-# This job is disabled until we release 9.0. The existing
-# migration-test in 8.2 is broken on aarch64. The fix was already
-# commited, but it will only take effect once 9.0 is out.
+# This job needs to be disabled until we can have an aarch64 CPU model that
+# will both (1) support both KVM and TCG, and (2) provide a stable ABI.
+# Currently only "-cpu max" can provide (1), however it doesn't guarantee
+# (2).  Mark this test skipped until later.
 migration-compat-aarch64:
   extends: .migration-compat-common
   variables: