From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dY8Ec-0007fw-RS for guix-patches@gnu.org; Thu, 20 Jul 2017 05:59:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dY8EZ-0002ao-0R for guix-patches@gnu.org; Thu, 20 Jul 2017 05:59:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45940) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dY8EY-0002ah-Sp for guix-patches@gnu.org; Thu, 20 Jul 2017 05:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dY8EY-0003J8-MA for guix-patches@gnu.org; Thu, 20 Jul 2017 05:59:02 -0400 Subject: bug#27751: [PATCH 0/2] Simplify VM handling in system tests Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170718085807.21546-1-ludo@gnu.org> Date: Thu, 20 Jul 2017 11:57:53 +0200 In-Reply-To: <20170718085807.21546-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Tue, 18 Jul 2017 10:58:07 +0200") Message-ID: <87h8y7whum.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: 27751-done@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > The attached patches simplify VM handling in system tests by > defining a new type that can be used directly > in gexps, instead of using the monadic procedures from (gnu system > vm). > > The second patch shows a lot of churn but that's mostly whitespace > changes due to things being rewritten from: > > (mlet* %store-monad ((os -> ...) > (command (system-qemu-image/shared-store-script ..= .))) > ...) > > to > > (define os > ...) > > (define vm > (virtual-machine ...)) > > ... Pushed! Ludo=E2=80=99.