guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: services: Remove i486 qemu target.


From: guix-commits
Subject: branch master updated: services: Remove i486 qemu target.
Date: Sun, 29 Aug 2021 02:52:35 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9734da3  services: Remove i486 qemu target.
9734da3 is described below

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))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]