mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-30 09:13:29 +00:00
versions: update qemu version to 4.0.0
Update qemu version to 4.0.0. fixes #1743 Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
parent
43c2796cc5
commit
94c2c12d55
@ -9,7 +9,7 @@ MACHINETYPE := pc
|
|||||||
KERNELPARAMS :=
|
KERNELPARAMS :=
|
||||||
MACHINEACCELERATORS :=
|
MACHINEACCELERATORS :=
|
||||||
|
|
||||||
QEMUCMD := qemu-lite-system-x86_64
|
QEMUCMD := qemu-system-x86_64
|
||||||
|
|
||||||
# Firecracker binary name
|
# Firecracker binary name
|
||||||
FCCMD := firecracker
|
FCCMD := firecracker
|
||||||
|
@ -103,7 +103,8 @@ assets:
|
|||||||
qemu:
|
qemu:
|
||||||
description: "VMM that uses KVM"
|
description: "VMM that uses KVM"
|
||||||
url: "https://github.com/qemu/qemu"
|
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
|
# Do not include any non-full release versions
|
||||||
# Break the line *without CR or space being appended*, to appease
|
# Break the line *without CR or space being appended*, to appease
|
||||||
# yamllint, and note the deliberate ' ' at the end of the expression.
|
# yamllint, and note the deliberate ' ' at the end of the expression.
|
||||||
@ -114,6 +115,7 @@ assets:
|
|||||||
.*/v?(\d\S+)\.tar\.gz
|
.*/v?(\d\S+)\.tar\.gz
|
||||||
architecture:
|
architecture:
|
||||||
aarch64:
|
aarch64:
|
||||||
|
version: "stable-2.11"
|
||||||
branch: "master"
|
branch: "master"
|
||||||
tag: "v3.1.0-rc2"
|
tag: "v3.1.0-rc2"
|
||||||
commit: "47c1cc30e440860aa695358f7c2dd0b9d7b53d16"
|
commit: "47c1cc30e440860aa695358f7c2dd0b9d7b53d16"
|
||||||
|
Loading…
Reference in New Issue
Block a user