summaryrefslogtreecommitdiff
path: root/debvm-run
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2022-12-21 09:44:35 +0100
committerHelmut Grohne <helmut@subdivi.de>2022-12-21 09:46:21 +0100
commitfa39dfb95c1944e7f223153b57bfd9d6b44cbc50 (patch)
tree3f156f7d176cd314e0889dc928887bb06fb5abff /debvm-run
parentb527e96d19edc2fc1c15ad677d2824274c523457 (diff)
downloaddebvm-fa39dfb95c1944e7f223153b57bfd9d6b44cbc50.tar.gz
debvm-run: allow running without kvm
The kvm binary will still opt into kvm when available.
Diffstat (limited to 'debvm-run')
-rwxr-xr-xdebvm-run2
1 files changed, 1 insertions, 1 deletions
diff --git a/debvm-run b/debvm-run
index 112bd40..dd4667d 100755
--- a/debvm-run
+++ b/debvm-run
@@ -88,7 +88,7 @@ set -- \
if test "$ARCHITECTURE" = "$VMARCH"; then
QEMU=kvm
- set -- -enable-kvm -cpu host "$@"
+ set -- -cpu host "$@"
else
case "$VMARCH" in
arm64)