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.