diff options
author | Marvin Borner | 2021-06-03 16:47:46 +0200 |
---|---|---|
committer | Marvin Borner | 2021-06-03 16:47:46 +0200 |
commit | f7890c4b16b5d817db286119ac0a88630c3a1cf9 (patch) | |
tree | c991a512ac36e632b3a69a165ca556174d4063c7 /run | |
parent | 98e15f73f090c32b5197ecec0845c408d4a54608 (diff) |
Smashed some dumb bugs
aargh
Diffstat (limited to 'run')
-rwxr-xr-x | run | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |