On Di, 2015-03-10 at 16:50 +0100, Paolo Bonzini wrote: > > On 10/03/2015 12:18, Gerd Hoffmann wrote: > > Use inet_listen_opts instead of inet_listen. Allows us to drop some > > pointless indirection: Format strings just to parse them again later on. > > Maybe use socket_listen then?
Hmm, mapping "vnc qemuopts" -> "socket qemuopts" looks a bit easier than mapping "vnc qemuopts" -> SocketAddress, which will then be translated into "socket qemuopts" anyway ... cheers, Gerd