Skip to content

Commit

Permalink
qemu: update qemu vanilla version
Browse files Browse the repository at this point in the history
Update qemu version to v4.0.0

Fixes: kata-containers#1397.

Signed-off-by: Salvador Fuentes <[email protected]>
  • Loading branch information
chavafg committed Apr 26, 2019
1 parent c70ba48 commit aedc7ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/amd64-options.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MACHINETYPE := pc
KERNELPARAMS :=
MACHINEACCELERATORS :=

QEMUCMD := qemu-lite-system-x86_64
QEMUCMD := qemu-system-x86_64

# Firecracker binary name
FCCMD := firecracker
7 changes: 4 additions & 3 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ assets:
qemu:
description: "VMM that uses KVM"
url: "https://github.com/qemu/qemu"
version: "stable-2.11"
version: "v3.1.0"
commit: "32a1a94dd324d33578dca1dc96d7896a0244d768"
# Do not include any non-full release versions
# Break the line *without CR or space being appended*, to appease
# yamllint, and note the deliberate ' ' at the end of the expression.
Expand All @@ -115,8 +116,8 @@ assets:
architecture:
aarch64:
branch: "master"
tag: "v3.1.0-rc2"
commit: "47c1cc30e440860aa695358f7c2dd0b9d7b53d16"
tag: "v4.0.0"
commit: "131b9a05705636086699df15d4a6d328bb2585e8"
image:
description: |
Root filesystem disk image used to boot the guest virtual
Expand Down

0 comments on commit aedc7ac

Please sign in to comment.