1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-23 17:01:05 +02:00

32593: update --vga option in _qemu

This commit is contained in:
Barton E. Schaefer 2014-07-28 19:56:38 -07:00
parent 0f20ffdd15
commit 0442410c68
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2014-07-28 Barton E. Schaefer <schaefer@zsh.org>
* 32593: Completion/Unix/Command/_qemu: update --vga option
2014-07-26 Axel Beckert <abe@deuxchevaux.org>
* Omari Norman: 32817: Add completion for moosic.

View file

@ -47,7 +47,7 @@ _arguments \
'-S[do not start CPU at startup]' \
'-d[output log in /tmp/qemu.log]:log items:_qemu_log_items' \
'-hdachs[force hard disk 0 geometry (usually qemu can guess it)]:hd0 geometry c,h,s:' \
'-std-vga[simulate standard VGA]' \
'-vga[select video card type]:card type:(std cirrus vmware qxl xenfb none)' \
'-no-acpi[disable ACPI]' \
'-loadvm[start right away with a saved state]:file:_files' \
'-g[set initial graphic mode]:graphic mode:' \