From f45dbbad905401c204ffa704d27ffb4f0d52297b Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Thu, 11 Feb 2021 00:27:23 -0700 Subject: [PATCH] build: Disable non-TCG accels --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index b036efeea6..abebaae253 100755 --- a/build.sh +++ b/build.sh @@ -241,6 +241,10 @@ set -x # Print commands from now on --disable-sheepdog \ --without-default-devices \ --disable-blobs \ + --disable-kvm \ + --disable-hax \ + --disable-hvf \ + --disable-whpx \ "$@" # Force imgui update now to work around annoying make issue