Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Bug in the completion for qemu in zsh



On Apr 28,  1:11pm, Bruno Jimenez wrote:
}
} The new option is:
} '-vga [std|cirrus|vmware|qxl|xenfb|none] select video card type'

I think that's this?

diff --git a/Completion/Unix/Command/_qemu b/Completion/Unix/Command/_qemu
index 8ba7140..db07eba 100644
--- a/Completion/Unix/Command/_qemu
+++ b/Completion/Unix/Command/_qemu
@@ -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:' \



Messages sorted by: Reverse Date, Date, Thread, Author