aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/qemu-disable-aarch64-migration-test.patch
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-08-30 14:05:22 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-09-05 23:30:02 -0400
commit2ee9abe835affc2846670165998a68333a7b916b (patch)
tree258d4d7fd893c3782462ab376c99368a6da973f5 /gnu/packages/patches/qemu-disable-aarch64-migration-test.patch
parent73958f7f046f578124208015f17d6dc89cb785cf (diff)
downloadguix-2ee9abe835affc2846670165998a68333a7b916b.tar
guix-2ee9abe835affc2846670165998a68333a7b916b.tar.gz
gnu: qemu: Update to 8.1.0.
* gnu/packages/virtualization.scm (qemu): Update to 8.1.0. [source] <patches>: Replace qemu-disable-aarch64-migration-test.patch with qemu-disable-some-qtests-tests.patch. <snippet>: Adjust for dtc relocation and meson and sgabios removal. [arguments] <configure-flags>: Remove --meson flag. Remove sgabios from the --firmwarepath value. <phases>: Adjust replace-firmwares and delete-firmwares phases for sgabios removal. [inputs]: Remove sgabios. (qemu-minimal): Use package/inherit, which is more appropriate for a package variant. [arguments]: New disable-extra-tests phase. * gnu/packages/patches/qemu-disable-aarch64-migration-test.patch: Delete file. * gnu/packages/patches/qemu-disable-some-qtests-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Reviewed-by: Kaelyn <kaelyn.alexi@protonmail.com>
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, 0 insertions, 13 deletions
diff --git a/gnu/packages/patches/qemu-disable-aarch64-migration-test.patch b/gnu/packages/patches/qemu-disable-aarch64-migration-test.patch
deleted file mode 100644
index bf60ed23bb..0000000000
--- a/gnu/packages/patches/qemu-disable-aarch64-migration-test.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = \