From 4f0eb5308f5d265d577d9ce7ec3b8e5aaee9d547 Mon Sep 17 00:00:00 2001 From: Eric Ernst Date: Fri, 14 Jun 2019 10:23:56 -0700 Subject: [PATCH] packages: update default VMM to qemu-vanilla We are looking to deprecate qemu-lite. As a first step, let's go ahead and make qemu-vanilla (4.0) the default VMM. We should probably rename qemu-vanilla to just qemu in a follow on PR. Fixes: #601 Signed-off-by: Eric Ernst --- obs-packaging/runtime/debian.rules-template | 2 +- obs-packaging/runtime/kata-runtime.spec-template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/obs-packaging/runtime/debian.rules-template b/obs-packaging/runtime/debian.rules-template index 7569f25e41..b3d506bb69 100644 --- a/obs-packaging/runtime/debian.rules-template +++ b/obs-packaging/runtime/debian.rules-template @@ -12,7 +12,7 @@ export GOPATH=/usr/src/packages/BUILD/go export GOROOT=/usr/src/packages/BUILD/local/go export DH_OPTIONS -export DEFAULT_QEMU=qemu-lite-system-x86_64 +export DEFAULT_QEMU=qemu-vanilla-x86_64 GO_VERSION=@GO_VERSION@ diff --git a/obs-packaging/runtime/kata-runtime.spec-template b/obs-packaging/runtime/kata-runtime.spec-template index 450e108e40..62275e93cd 100644 --- a/obs-packaging/runtime/kata-runtime.spec-template +++ b/obs-packaging/runtime/kata-runtime.spec-template @@ -4,7 +4,7 @@ %global IMPORTNAME %{DOMAIN}/%{ORG}/%{PROJECT} %global GO_VERSION @GO_VERSION@ -%global DEFAULT_QEMU qemu-lite-system-x86_64 +%global DEFAULT_QEMU qemu-vanilla-system-x86_64 %define LIBEXECDIR /usr/libexec