Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
versions: update qemu version to 4.0.0
Browse files Browse the repository at this point in the history
Update qemu version to 4.0.0.

fixes #1743

Signed-off-by: Julio Montes <[email protected]>
  • Loading branch information
Julio Montes committed Jun 5, 2019
1 parent 43c2796 commit 94c2c12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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
Expand Down
4 changes: 3 additions & 1 deletion 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: "4.0.0"
tag: "v4.0.0"
# 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 @@ -114,6 +115,7 @@ assets:
.*/v?(\d\S+)\.tar\.gz
architecture:
aarch64:
version: "stable-2.11"
branch: "master"
tag: "v3.1.0-rc2"
commit: "47c1cc30e440860aa695358f7c2dd0b9d7b53d16"
Expand Down

0 comments on commit 94c2c12

Please sign in to comment.