mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-06-20 22:18:02 +02:00
github #100: _qemu: add -enable-kvm and -bios suggestion
This commit is contained in:
parent
c4cfb67465
commit
95269147fc
2 changed files with 7 additions and 0 deletions
|
@ -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>
|
2023-07-26 Bart Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
* unposted (cf. 51968): Doc/Zsh/builtins.yo: improve description
|
* unposted (cf. 51968): Doc/Zsh/builtins.yo: improve description
|
||||||
|
|
|
@ -51,5 +51,7 @@ _arguments \
|
||||||
'-no-acpi[disable ACPI]' \
|
'-no-acpi[disable ACPI]' \
|
||||||
'-loadvm[start right away with a saved state]:file:_files' \
|
'-loadvm[start right away with a saved state]:file:_files' \
|
||||||
'-g[set initial graphic mode]:graphic mode:' \
|
'-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'
|
':disk image:_files'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue