qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] KVM call agenda for September 25th


From: Paolo Bonzini
Subject: Re: [Qemu-devel] KVM call agenda for September 25th
Date: Tue, 25 Sep 2012 17:37:22 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1

Il 25/09/2012 17:33, Bharata B Rao ha scritto:
>>> qemu -device \
>>> > >       isa-serial,index=0,chr=tcp://localhost:1025/?server=on&wait=off
>> > 
>> > Your examples kind of prove this: They aren't much shorter than what
>> > exists today, but they contain ? and &, which are nasty characters on
>> > the command line.
> Right. '&' can't even be specified directly on command line since that will
> result in qemu command being treated as a background job with anything after
> '&' being discarded. I realized that '&' needs to be escaped as %26.

No, %26 is escaped at the URL level, i.e. it doesn't start a new
argumnt.  If you need to pass '&' in the shell, simply use quoting or
write it \&.

Paolo



reply via email to

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