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

Commit

Permalink
build: default to using qemu-lite-x86_64
Browse files Browse the repository at this point in the history
Update the runtime to use qemu-lite by default. After a
build this will be observed as the default in configuration.toml

Fixes: #293
Depends-on: github.com/kata-containers/tests#308

Signed-off-by: Eric Ernst <[email protected]>
  • Loading branch information
Eric Ernst committed May 17, 2018
1 parent 32c734e commit 1382662
Show file tree
Hide file tree
Showing 2 changed files with 10 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,4 +9,4 @@ MACHINETYPE := pc
KERNELPARAMS :=
MACHINEACCELERATORS :=

QEMUCMD := qemu-system-x86_64
QEMUCMD := qemu-lite-system-x86_64
10 changes: 9 additions & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ format: |
commit: "<commit>"
version: "<version>"
release: "<version>"
branch: "<git-branch>"
meta:
<key-1>: "<value-1>"
<key-n>: "<value-n>"
Expand All @@ -45,7 +46,8 @@ format: |
- A section MAY define a "meta" section to store additional
information about a project or group.
- Each entry MUST specify ATLEAST one of "commit", "version" and "release".
- Each entry MUST specify ATLEAST one of "commit", "version", "release"
and "branch".
- WARNING: Gotcha alert! Remember to double-quote all strings
(except multi-line strings)! This avoids the possibility of a
Expand All @@ -58,6 +60,12 @@ assets:
hypervisor:
description: "Component used to create virtual machines"

qemu-lite:
description: "lightweight VMM that uses KVM"
url: "https://github.com/kata-containers/qemu"
branch: "qemu-lite-2.11.0"
commit: "6ba2bfbee9a80bfd03605c5eb2ca743c8b68389e"

qemu:
description: "VMM that uses KVM"
url: "https://github.com/qemu/qemu"
Expand Down

0 comments on commit 1382662

Please sign in to comment.