From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45474) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdRBg-00032b-2P for guix-patches@gnu.org; Tue, 18 Jun 2019 23:23:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hdRBf-0007X2-0M for guix-patches@gnu.org; Tue, 18 Jun 2019 23:23:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60525) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hdRBe-0007Wv-Tr for guix-patches@gnu.org; Tue, 18 Jun 2019 23:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hdRBe-0001yG-OU for guix-patches@gnu.org; Tue, 18 Jun 2019 23:23:02 -0400 Subject: [bug#36277] [PATCH] doc: Recommend '-enable-kvm' for installing in a VM as well. Resent-Message-ID: References: <20190618111633.ixzvf6iatssemtrb@pelzflorian.localdomain> From: Meiyo Peng In-reply-to: <20190618111633.ixzvf6iatssemtrb@pelzflorian.localdomain> Date: Wed, 19 Jun 2019 11:22:23 +0800 Message-ID: <87wohip8cw.fsf@riseup.net> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 36277@debbugs.gnu.org Hi Florian, Florian Pelz writes: > @example > -qemu-system-x86_64 -m 1024 -smp 1 \ > +qemu-system-x86_64 -m 1024 -smp 1 -enable-kvm \ ... > -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}. "-enable-kvm" is deprecated. Please use "-accel kvm" instead. QEMU will probably support "-enable-kvm" option forever but "-accel kvm" is recommended.