1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-20 23:16:04 +02:00

github #100: _qemu: add -enable-kvm and -bios suggestion

This commit is contained in:
HexorCatZ 2023-07-31 05:33:42 +08:00 committed by dana
parent c4cfb67465
commit 95269147fc
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2023-07-31 dana <dana@dana.is>
* github #100: HexorCatZ: Completion/Unix/Command/_qemu:
add -enable-kvm and -bios suggestion
2023-07-26 Bart Schaefer <schaefer@zsh.org>
* unposted (cf. 51968): Doc/Zsh/builtins.yo: improve description

View File

@ -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'