zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@zsh.org
Subject: Re: Bug in the completion for qemu in zsh
Date: Mon, 28 Apr 2014 07:33:18 -0700	[thread overview]
Message-ID: <140428073318.ZM27211@torch.brasslantern.com> (raw)
In-Reply-To: <1398683489.899.4.camel@Antergosi>

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:' \


  reply	other threads:[~2014-04-28 14:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-28 11:11 Bruno Jimenez
2014-04-28 14:33 ` Bart Schaefer [this message]
2014-07-26 16:41   ` Bart Schaefer
2014-07-28  8:41     ` Peter Stephenson
2014-04-28 19:24 ` Eric Cook
2014-05-13 15:20   ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=140428073318.ZM27211@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).