qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Unable to parse -device drivers containing commas?


From: Mark Cave-Ayland
Subject: Re: [Qemu-devel] Unable to parse -device drivers containing commas?
Date: Fri, 31 May 2013 08:56:08 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12

On 30/05/13 13:07, Eric Blake wrote:

  Is there a way of escaping the
commas on the command line so that it is possible to list properties for
drivers named in this way?

Commas are escaped by doubling them.  Try ./qemu-system-sparc -device
SUNW,,tcx,help

That's the generic quoting we've used for escaping commas in all new
command line options, although there may be some older options that
still need to be taught to honor that escaping.

Hi Eric,

Yes that works absolutely fine here - thanks for the pointer!


Many thanks,

Mark.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]