Graham Christensen 4585fdb9d4
qemu module: add virtualisation.cores option
QEMU can allow guests to access more than one host core at a time.
Previously, this had to be done via ad-hoc arguments:

    virtualisation.qemu.options = ["-smp 12"];

Now you can simply specify:

    virtualisation.cores = 12;
2017-04-24 15:23:46 -04:00
..
2017-04-03 09:05:37 -04:00
2017-04-03 17:46:34 +02:00
2016-11-17 15:15:42 +01:00
2016-12-04 11:26:17 +01:00