qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: guestfwd option doesn't allow supplementary , serve


From: Anthony Liguori
Subject: Re: [Qemu-devel] Re: guestfwd option doesn't allow supplementary , server, nowait
Date: Tue, 21 Jul 2009 15:05:16 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Jan Kiszka wrote:

 However in the new syntax that would be:

  -net user,guestfwd=tcp:10.0.2.4:6666-unix:/some/path,server,nowait

This gives errors like:

  qemu: invalid parameter 'server,nowait' in 
'vlan=0,guestfwd=tcp:10.0.2.4:6666-unix:/tmp/libguestfshRZgxr/sock,server,nowait'

Yep, that case does not fit into the syntax of comma-separated
arguments. We need to find a new syntax within the given constraints.
Need to think about it.
The syntax I proposed early for -drive could address this.

-net user,name=foo,guestfwd=tcp:10.0.2.4:6666
-net.foo.guestfwd-arg unix:/some/path,server,nowait

Regards,

Anthony Liguori




reply via email to

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