Commit 02bc69fb authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

images: add -cpu host qemu parameters again

Necessary for for building the tas image.
parent 02040d8c
......@@ -29,7 +29,8 @@ source "qemu" "autogenerated_1" {
memory = "${var.memory}"
net_device = "virtio-net"
output_directory = "output-${var.outname}"
qemuargs = [["-machine", "pc-q35-4.2,accel=kvm:tcg,usb=off,vmport=off,dump-guest-core=off"]]
qemuargs = [["-machine", "pc-q35-4.2,accel=kvm:tcg,usb=off,vmport=off,dump-guest-core=off"],
["-cpu", "host"]]
shutdown_command = "sudo shutdown --poweroff --no-wall now"
ssh_password = "ubuntu"
ssh_username = "ubuntu"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment