about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorHexorCatZ <saiful.death@yahoo.com>2023-07-31 05:33:42 +0800
committerdana <dana@dana.is>2023-07-31 16:31:03 -0500
commit95269147fcbd85961d652ab419bb168a8aafcd14 (patch)
tree9935e9a8cdd0fa00b1cb998edc9516cd8949ac63 /Completion
parentc4cfb674653996e68830022c7066f19ce78421b5 (diff)
downloadzsh-95269147fcbd85961d652ab419bb168a8aafcd14.tar.gz
zsh-95269147fcbd85961d652ab419bb168a8aafcd14.tar.xz
zsh-95269147fcbd85961d652ab419bb168a8aafcd14.zip
github #100: _qemu: add -enable-kvm and -bios suggestion
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_qemu2
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_qemu b/Completion/Unix/Command/_qemu
index 7bc02c30c..6ca11b4fb 100644
--- a/Completion/Unix/Command/_qemu
+++ b/Completion/Unix/Command/_qemu
@@ -51,5 +51,7 @@ _arguments \
   '-no-acpi[disable ACPI]' \
   '-loadvm[start right away with a saved state]:file:_files' \
   '-g[set initial graphic mode]:graphic mode:' \
+  '-enable-kvm[enable KVM full virtualization support]' \
+  '-bios[use specified BIOS image]:bios image:_files' \
   ':disk image:_files'