On Tue, 03 Oct 2017 15:12:04 +0200 ludo@gnu.org (Ludovic Courtès) wrote: > Christopher Baines skribis: > > > * gnu/system/vm.scm (): Add disk-image-size. > > (port-forwardings->qemu-options): Use disk-image-size from > > . > > As long as “make check-system TESTS=basic” passes, fine with me! It failed at first, as I had a the memory-size and disk-image-size fields the wrong way around in a match statement, but after I fixed that it worked fine. I've now pushed these changes, thanks for your review :)