aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorMarvin Borner2021-06-03 16:47:46 +0200
committerMarvin Borner2021-06-03 16:47:46 +0200
commitf7890c4b16b5d817db286119ac0a88630c3a1cf9 (patch)
treec991a512ac36e632b3a69a165ca556174d4063c7 /run
parent98e15f73f090c32b5197ecec0845c408d4a54608 (diff)
Smashed some dumb bugs
aargh
Diffstat (limited to 'run')
-rwxr-xr-xrun1
1 files changed, 0 insertions, 1 deletions
diff --git a/run b/run
index 980a6d3..900f0d4 100755
--- a/run
+++ b/run
@@ -25,7 +25,6 @@ mode="${1}"
no_ask="${2}"
# TODO: Support q35 chipset ('-machine q35')
-# TODO: Support -enable-kvm: GPF?!
qemu_with_flags() {
network="rtl8139"
[ -e /dev/kvm ] && [ -r /dev/kvm ] && [ -w /dev/kvm ] && accel="-enable-kvm" || echo "KVM acceleration not available. Make sure your PC supports it and that you're in the KVM group"