From 4f4021f5d7aa6ee150837983ca8c36ddbcda802b Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 8 Nov 2018 16:33:09 +0100 Subject: ubuntu: make sure host cpu is passed to vm --- ubuntu-18.04-amd64.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu-18.04-amd64.json b/ubuntu-18.04-amd64.json index 8af8c30..c3a76f9 100644 --- a/ubuntu-18.04-amd64.json +++ b/ubuntu-18.04-amd64.json @@ -47,6 +47,7 @@ "ssh_password": "{{ user `ssh_password` }}", "shutdown_command": "{{ user `shutdown_command` }}", "qemuargs": [ + ["-cpu", "host"], ["-m", "{{user `memory`}}"], ["-smp", "{{user `cpus`}}"] ] -- cgit v1.2.3-55-g7522