Stefan Hajnoczi <stefa...@gmail.com> writes: > On Tue, May 10, 2011 at 6:40 PM, Carl Karsten <c...@personnelware.com> wrote: >> I would expect the syntax to look like this: >> >> qemu -hda 1.qcow2 -net nick -net >> user,hostname=qemu,search=example.com,sales.example.com > > Comma escaping is needed but it seems like a reasonable feature to me.
Comma escaping is ugly: -net user,hostname=qemu,search=example.com,,sales.example.com Could we have multiple search options instead? Like this: -net user,hostname=qemu,search=example.com,search=sales.example.com