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;
parent
91ad6b35
Please register or sign in to comment