diff options
author | Maxim Cournoyer <[email protected]> | 2025-02-23 22:26:48 +0900 |
---|---|---|
committer | Maxim Cournoyer <[email protected]> | 2025-03-05 14:23:42 +0900 |
commit | 4a1ea5d0dae3f1c26e0eb67811b5f1f331541fbc (patch) | |
tree | 4cc6b3afcf7f8bc81227e345ed46fd9792d68d74 /gnu/packages/patches/qemu-disable-aarch64-migration-test.patch | |
parent | 84a351b3de4bd36e54b58da773bfb46d5b70c522 (diff) |
gnu: qemu: Update to 9.1.3.
* gnu/packages/virtualization.scm (qemu): Update to 9.1.3.
[source] <patches>: Add qemu-disable-migration-test.patch.
[arguments] <phases>: Adjust install-user-static phase.
[native-inputs]: Add python-tomli.
(qemu-patch): Delete procedure.
* gnu/packages/patches/qemu-disable-bios-tables-test.patch: Rebase.
* gnu/packages/patches/qemu-fix-agent-paths.patch: Likewise.
* gnu/packages/patches/qemu-disable-aarch64-migration-test.patch: Delete file.
* gnu/packages/patches/qemu-disable-migration-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Change-Id: I573070a297ffc9ca096c52e2fa18f839ad89a24e
Diffstat (limited to 'gnu/packages/patches/qemu-disable-aarch64-migration-test.patch')
-rw-r--r-- | gnu/packages/patches/qemu-disable-aarch64-migration-test.patch | 13 |
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 = \ |