Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
02bc69fb
Commit
02bc69fb
authored
Feb 19, 2022
by
Antoine Kaufmann
Browse files
images: add -cpu host qemu parameters again
Necessary for for building the tas image.
parent
02040d8c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
images/extended-image.pkr.hcl
images/extended-image.pkr.hcl
+2
-1
No files found.
images/extended-image.pkr.hcl
View file @
02bc69fb
...
@@ -29,7 +29,8 @@ source "qemu" "autogenerated_1" {
...
@@ -29,7 +29,8 @@ source "qemu" "autogenerated_1" {
memory = "${var.memory}"
memory = "${var.memory}"
net_device = "virtio-net"
net_device = "virtio-net"
output_directory = "output-${var.outname}"
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"
shutdown_command = "sudo shutdown --poweroff --no-wall now"
ssh_password = "ubuntu"
ssh_password = "ubuntu"
ssh_username = "ubuntu"
ssh_username = "ubuntu"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment