From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: speed of qemu vms Date: Thu, 26 Oct 2017 17:22:29 -0700 Message-ID: <87bmktcud6.fsf@gnu.org> References: <0280819d-ce56-c7fa-b550-8db36a01c555@crazy-compilers.com> <20171025072832.68438a7f@cbaines.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e7sQ4-0003Pt-8e for guix-devel@gnu.org; Thu, 26 Oct 2017 20:22:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e7sQ0-0005eu-9Q for guix-devel@gnu.org; Thu, 26 Oct 2017 20:22:40 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:35499) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e7sQ0-0005eJ-2U for guix-devel@gnu.org; Thu, 26 Oct 2017 20:22:36 -0400 In-Reply-To: <20171025072832.68438a7f@cbaines.net> (Christopher Baines's message of "Wed, 25 Oct 2017 07:28:32 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Christopher Baines Cc: guix-devel Hello! Christopher Baines skribis: > On Tue, 24 Oct 2017 21:30:06 +0200 > Hartmut Goebel wrote: > >> Hello, >>=20 >> for testing I used to build VM using "guix system vm =E2=80=A6" and the = machines >> are, well, reacting slowly: >>=20 >> Plasma start up: 80 sec. >>=20 >> Menu: 36 sec [...] > I'm guessing that the issue with the first variant is the same that I > was coming up against here [1]. > > 1: https://lists.gnu.org/archive/html/help-guix/2017-08/msg00064.html It could be that, but given the figures you give, are you sure KVM is enabled on your system, Hartmut? Does /dev/kvm exist? Ludo=E2=80=99.