From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14777 invoked by alias); 28 Apr 2014 14:33:47 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 32593 Received: (qmail 6571 invoked from network); 28 Apr 2014 14:33:31 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 From: Bart Schaefer Message-id: <140428073318.ZM27211@torch.brasslantern.com> Date: Mon, 28 Apr 2014 07:33:18 -0700 In-reply-to: <1398683489.899.4.camel@Antergosi> Comments: In reply to Bruno Jimenez "Bug in the completion for qemu in zsh" (Apr 28, 1:11pm) References: <1398683489.899.4.camel@Antergosi> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: Bug in the completion for qemu in zsh MIME-version: 1.0 Content-type: text/plain; charset=us-ascii 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:' \