[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: services: hurd-vm: Use ‘qemu-system-x86_64’.
From: |
guix-commits |
Subject: |
02/07: services: hurd-vm: Use ‘qemu-system-x86_64’. |
Date: |
Mon, 18 Sep 2023 17:43:17 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 5e0ae2684615b6d10751390420e7db296785112b
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Sep 17 17:56:27 2023 +0200
services: hurd-vm: Use ‘qemu-system-x86_64’.
Fixes <https://issues.guix.gnu.org/66053>.
* gnu/services/virtualization.scm (hurd-vm-shepherd-service)[vm-command]:
Use ‘qemu-system-x86_64’.
---
gnu/services/virtualization.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/services/virtualization.scm b/gnu/services/virtualization.scm
index eef7ffd1c7..e1a206e0eb 100644
--- a/gnu/services/virtualization.scm
+++ b/gnu/services/virtualization.scm
@@ -1163,7 +1163,9 @@ is added to the OS specified in CONFIG."
(provisions '(hurd-vm childhurd)))
(define vm-command
- #~(append (list #$(file-append qemu "/bin/qemu-system-i386")
+ ;; XXX: Use the x86_64 emulator instead of the i386 one to work around
+ ;; "Bad ram pointer" issues: <https://issues.guix.gnu.org/66053>.
+ #~(append (list #$(file-append qemu "/bin/qemu-system-x86_64")
"-m" (number->string #$memory-size)
#$@net-options
#$@options
- branch master updated (7bf12820f6 -> 3d8d67ef69), guix-commits, 2023/09/18
- 01/07: doc: Fix typo., guix-commits, 2023/09/18
- 02/07: services: hurd-vm: Use ‘qemu-system-x86_64’.,
guix-commits <=
- 04/07: gnu: tensorflow-lite: Update to 2.13.0., guix-commits, 2023/09/18
- 07/07: gnu: Add asl., guix-commits, 2023/09/18
- 03/07: gnu: Add commit-patch., guix-commits, 2023/09/18
- 06/07: gnu: Add netperf., guix-commits, 2023/09/18
- 05/07: gnu: Add alure., guix-commits, 2023/09/18