From 2ee9abe835affc2846670165998a68333a7b916b Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 30 Aug 2023 14:05:22 -0400 Subject: gnu: qemu: Update to 8.1.0. * gnu/packages/virtualization.scm (qemu): Update to 8.1.0. [source] : Replace qemu-disable-aarch64-migration-test.patch with qemu-disable-some-qtests-tests.patch. : Adjust for dtc relocation and meson and sgabios removal. [arguments] : Remove --meson flag. Remove sgabios from the --firmwarepath value. : 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 --- gnu/local.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/local.mk') diff --git a/gnu/local.mk b/gnu/local.mk index 6eb84e676b..6ccd27cba5 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1865,7 +1865,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-werkzeug-tests.patch \ %D%/packages/patches/python-zeep-Fix-pytest_httpx-test-cases.patch \ %D%/packages/patches/qemu-build-info-manual.patch \ - %D%/packages/patches/qemu-disable-aarch64-migration-test.patch \ + %D%/packages/patches/qemu-disable-some-qtests-tests.patch \ %D%/packages/patches/qemu-glibc-2.27.patch \ %D%/packages/patches/qemu-glibc-2.30.patch \ %D%/packages/patches/qemu-fix-agent-paths.patch \ -- cgit v1.2.3