aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/qemu-disable-aarch64-migration-test.patch
diff options
context:
space:
mode:
authorJanneke Nieuwenhuizen <janneke@gnu.org>2024-06-03 15:11:21 +0200
committerJanneke Nieuwenhuizen <janneke@gnu.org>2024-06-04 17:15:37 +0200
commitdbab13222461020d0a43051f244478cd817b866f (patch)
tree37802766d4e17362b514df1e156ecdaf9075cf5b /gnu/packages/patches/qemu-disable-aarch64-migration-test.patch
parent40c6f708393885a2d28f847350e8f47beb11e745 (diff)
downloadguix-dbab13222461020d0a43051f244478cd817b866f.tar
guix-dbab13222461020d0a43051f244478cd817b866f.tar.gz
gnu: Add qemu-7.2.4.
Version 8.0.5 is the latest version that works reliably as a qemu-binfmt-service for riscv64, which makes 7.2.4 the newest working version that was packaged for Guix. * gnu/packages/patches/qemu-7.2.4-build-info-manual.patch, gnu/packages/patches/qemu-disable-aarch64-migration-test.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them. * gnu/packages/virtualization.scm (qemu-7.2.4): Use them in new package. Change-Id: Iaedc424e619cdc4964945f7383d47cff0c7ed10f
Diffstat (limited to 'gnu/packages/patches/qemu-disable-aarch64-migration-test.patch')
-rw-r--r--gnu/packages/patches/qemu-disable-aarch64-migration-test.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/packages/patches/qemu-disable-aarch64-migration-test.patch b/gnu/packages/patches/qemu-disable-aarch64-migration-test.patch
new file mode 100644
index 0000000000..bf60ed23bb
--- /dev/null
+++ b/gnu/packages/patches/qemu-disable-aarch64-migration-test.patch
@@ -0,0 +1,13 @@
+Disable the qtest-aarch64/migration-test, which sometimes fail non-deterministically.
+See: https://gitlab.com/qemu-project/qemu/-/issues/1230.
+
+--- qemu-7.1.0/tests/qtest/meson.build.old 1969-12-31 19:00:01.000000000 -0500
++++ qemu-7.1.0/tests/qtest/meson.build 2022-09-26 11:11:05.434209797 -0400
+@@ -219,7 +219,6 @@
+ ['arm-cpu-features',
+ 'numa-test',
+ 'boot-serial-test',
+- 'migration-test',
+ 'bcm2835-dma-test']
+
+ qtests_s390x = \