vm: Pass -smp to QEMU to allow use of multiple cores.
authorChristopher Baines <mail@cbaines.net>
Sat, 27 Apr 2019 20:43:25 +0000 (21:43 +0100)
committerChristopher Baines <mail@cbaines.net>
Mon, 29 Apr 2019 20:11:38 +0000 (21:11 +0100)
commit05344275517e12ea60039272b5d8936d18fd4338
tree246dcf020d932b289175036013db2d9648c79112
parentb6afc350514ae5016adc6ca70f7be72aa3ecb2d2
vm: Pass -smp to QEMU to allow use of multiple cores.

* gnu/build/vm.scm (load-in-linux-vm): Pass (parallel-job-count) to QEMU with
-smp to allow using multiple cores.
gnu/build/vm.scm