Skip to content

Commit

Permalink
Kata-Containers: move to q35 a more modern VM architecture as 'pc' is…
Browse files Browse the repository at this point in the history
… removed in 2.2.0
  • Loading branch information
cristicalin committed Sep 24, 2021
1 parent f9ec873 commit d6b5363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
path = "/opt/kata/bin/qemu-system-x86_64"
kernel = "/opt/kata/share/kata-containers/vmlinuz.container"
image = "/opt/kata/share/kata-containers/kata-containers.img"
machine_type = "pc"
machine_type = "q35"

# Optional space-separated list of options to pass to the guest kernel.
# For example, use `kernel_params = "vsyscall=emulate"` if you are having
Expand Down

0 comments on commit d6b5363

Please sign in to comment.