|
From: | Ludovic Courtès |
Subject: | bug#27751: [PATCH 0/2] Simplify VM handling in system tests |
Date: | Thu, 20 Jul 2017 11:57:53 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Ludovic Courtès <address@hidden> skribis: > The attached patches simplify VM handling in system tests by > defining a new <virtual-machine> 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’.
[Prev in Thread] | Current Thread | [Next in Thread] |