GNU bug report logs - #36277
[PATCH] doc: Recommend '-enable-kvm' for installing in a VM as well.

Previous Next

Package: guix-patches;

Reported by: Florian Pelz <pelzflorian <at> pelzflorian.de>

Date: Tue, 18 Jun 2019 11:17:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#36277: closed ([PATCH] doc: Recommend '-enable-kvm' for
 installing in a VM as well.)
Date: Mon, 24 Jun 2019 21:19:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 24 Jun 2019 23:18:11 +0200
with message-id <874l4e3coc.fsf <at> gnu.org>
and subject line Re: [bug#36277] [PATCH] doc: Recommend '-enable-kvm' for installing in a VM as well.
has caused the debbugs.gnu.org bug report #36277,
regarding [PATCH] doc: Recommend '-enable-kvm' for installing in a VM as well.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
36277: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36277
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Florian Pelz <pelzflorian <at> pelzflorian.de>
To: guix-patches <at> gnu.org
Subject: [PATCH] doc: Recommend '-enable-kvm' for installing in a VM as well.
Date: Tue, 18 Jun 2019 13:16:33 +0200
* doc (Installing Guix in a VM): Add '-enable-kvm' to example.
---
 doc/guix.texi | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 033ad9ea8e..535709a9ab 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2430,13 +2430,14 @@ The resulting file will be much smaller than 50 GB (typically less than
 Boot the USB installation image in an VM:
 
 @example
-qemu-system-x86_64 -m 1024 -smp 1 \
+qemu-system-x86_64 -m 1024 -smp 1 -enable-kvm \
   -net user -net nic,model=virtio -boot menu=on \
   -drive file=guix-system-install-@value{VERSION}.@var{system}.iso \
   -drive file=guixsd.img
 @end example
 
-The ordering of the drives matters.
+The ordering of the drives matters.  @code{-enable-kvm} is optional, but
+significantly improves performance, @pxref{Running Guix in a VM}.
 
 In the VM console, quickly press the @kbd{F12} key to enter the boot
 menu.  Then press the @kbd{2} key and the @kbd{RET} key to validate your
-- 
2.21.0



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Meiyo Peng <meiyo <at> riseup.net>
Cc: "pelzflorian \(Florian Pelz\)" <pelzflorian <at> pelzflorian.de>,
 36277-done <at> debbugs.gnu.org
Subject: Re: [bug#36277] [PATCH] doc: Recommend '-enable-kvm' for installing
 in a VM as well.
Date: Mon, 24 Jun 2019 23:18:11 +0200
Hello,

Meiyo Peng <meiyo <at> riseup.net> skribis:

>> Maybe it is better to wait three more years until switching to -accel
>> so instructions work on Debian (LTS)?
>
> Alright.  Let's keep "-enable-kvm" and wait three years.

Heheh.  :-)

Based on this I installed Florian’s initial patch.

Thanks!

Ludo’.


This bug report was last modified 5 years and 337 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.