~ruther/guix-local

ref: b8e0abc060fd69b7ce73821590b5ad59580029ed guix-local/gnu/packages/patches/qemu-disable-aarch64-migration-test.patch -rw-r--r-- 801 bytes
b8e0abc0 — Rutherther gnu: qemu: Disable failing migration-test on AArch64. a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This patch disables the 'migration-test' on AArch64, as it fails on some
devices like this:

stderr:
qemu-system-aarch64: KVM does not support GICv3 emulation
Broken pipe
../../tests/qtest/libqtest.c:200: kill_qemu() tried to terminate QEMU process but encountered exit status 1 (expected 0)

(test program exited with status code -6)

TAP parsing error: Too few tests run (expected 61, got 0)

--- a/tests/qtest/meson.build     2026-01-16 21:53:16.945167915 +0100
+++ b/tests/qtest/meson.build 2026-01-16 21:52:55.313191080 +0100
@@ -266,8 +266,7 @@
   qtests_cxl +                                                                                  \
   ['arm-cpu-features',
    'numa-test',
-   'boot-serial-test',
-   'migration-test']
+   'boot-serial-test']
 
 qtests_s390x = \
   qtests_filter + \