[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
215/377: services: Remove i486 qemu target.
From: |
guix-commits |
Subject: |
215/377: services: Remove i486 qemu target. |
Date: |
Sun, 5 Sep 2021 10:07:49 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 9734da36f209b50bdaee8f2abc8748fe9b7cff6d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Aug 29 09:42:49 2021 +0300
services: Remove i486 qemu target.
The i486 target has been removed from qemu since at least 5.2.0.
* gnu/services/virtualization.scm (%i486): Remove variable.
(%qemu-platforms): Remove it.
---
gnu/services/virtualization.scm | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/gnu/services/virtualization.scm b/gnu/services/virtualization.scm
index c8adcd0..47f3f79 100644
--- a/gnu/services/virtualization.scm
+++ b/gnu/services/virtualization.scm
@@ -594,13 +594,6 @@ potential infinite waits blocking libvirt."))
(magic (bv
"\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x03\x00"))
(mask (bv
"\xff\xff\xff\xff\xff\xfe\xfe\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff"))))
-(define %i486
- (qemu-platform
- (name "i486")
- (family "i386")
- (magic (bv
"\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x06\x00"))
- (mask (bv
"\xff\xff\xff\xff\xff\xfe\xfe\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff"))))
-
(define %alpha
(qemu-platform
(name "alpha")
@@ -757,7 +750,7 @@ potential infinite waits blocking libvirt."))
(mask (bv
"\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff"))))
(define %qemu-platforms
- (list %i386 %i486 %alpha %arm %sparc32plus %ppc %ppc64 %ppc64le %m68k
+ (list %i386 %alpha %arm %sparc32plus %ppc %ppc64 %ppc64le %m68k
%mips %mipsel %mipsn32 %mipsn32el %mips64 %mips64el
%riscv32 %riscv64 %sh4 %sh4eb %s390x %aarch64 %hppa))
- 164/377: gnu: python-pytest-timeout: Update to 1.4.2., (continued)
- 164/377: gnu: python-pytest-timeout: Update to 1.4.2., guix-commits, 2021/09/05
- 166/377: gnu: python-greenlet: Update to 1.1.1., guix-commits, 2021/09/05
- 168/377: gnu: emacs-dash: Update to 2.19.1., guix-commits, 2021/09/05
- 187/377: build: Distribute tests/go.scm even when the host lacks guile-lib., guix-commits, 2021/09/05
- 180/377: gnu: opencl-clhpp: Update to 2.0.15., guix-commits, 2021/09/05
- 193/377: gnu: bootloader: Support multiple targets., guix-commits, 2021/09/05
- 199/377: gnu: Add python-pyspnego., guix-commits, 2021/09/05
- 201/377: gnu: python-execnet: Update to 1.9.0 and enable tests., guix-commits, 2021/09/05
- 203/377: gnu: python-mock: Update description., guix-commits, 2021/09/05
- 210/377: gnu: Add ansible-core., guix-commits, 2021/09/05
- 215/377: services: Remove i486 qemu target.,
guix-commits <=
- 88/377: gnu: Add r-ballgown., guix-commits, 2021/09/05
- 125/377: gnu: Add r-filehash., guix-commits, 2021/09/05
- 127/377: gnu: Add r-zooimage., guix-commits, 2021/09/05
- 148/377: gnu: Add rust-polars-arrow-0.15., guix-commits, 2021/09/05
- 155/377: gnu: rust-zstd-sys-1: Update to 1.6.1+zstd.1.5.0., guix-commits, 2021/09/05
- 178/377: gnu: man-pages: Update to 5.13., guix-commits, 2021/09/05
- 183/377: gnu: ocl-icd: Replace with opencl-icd-loader., guix-commits, 2021/09/05
- 185/377: gnu: python-pytools: Update to 2021.2.7., guix-commits, 2021/09/05
- 190/377: images: pinebook-pro: Fix the agetty baud rate., guix-commits, 2021/09/05
- 211/377: gnu: ansible: Update to 4.4.0., guix-commits, 2021/09/05