From: Carl Karsten <carl@personnelware.com>
To: Markus Armbruster <armbru@redhat.com>
Cc: Stefan Hajnoczi <stefanha@gmail.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] adding search to dhcp
Date: Wed, 11 May 2011 10:22:41 -0500 [thread overview]
Message-ID: <BANLkTi=gZHLftiQRJqkK6ySuQEWm=y9yJw@mail.gmail.com> (raw)
In-Reply-To: <m34o51o60q.fsf@blackfin.pond.sub.org>
On Wed, May 11, 2011 at 6:01 AM, Markus Armbruster <armbru@redhat.com> wrote:
> Stefan Hajnoczi <stefanha@gmail.com> writes:
>
>> On Tue, May 10, 2011 at 6:40 PM, Carl Karsten <carl@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
>
How about:
-net user,hostname=qemu,search="example.com,sales.example.com"
Given I personally only need one search domain, any objection to me
only writing the code to support 1? I would think the simple case
search=example.com should be the same regardless of how someone
implemented multiples.
--
Carl K
next prev parent reply other threads:[~2011-05-11 15:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-10 17:40 [Qemu-devel] adding search to dhcp Carl Karsten
2011-05-11 9:02 ` Stefan Hajnoczi
2011-05-11 11:01 ` Markus Armbruster
2011-05-11 15:22 ` Carl Karsten [this message]
2011-05-11 16:08 ` Stefan Hajnoczi
2011-05-11 20:49 ` Jan Kiszka
2011-05-11 21:08 ` Michael Tokarev
2011-05-12 9:00 ` Markus Armbruster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='BANLkTi=gZHLftiQRJqkK6ySuQEWm=y9yJw@mail.gmail.com' \
--to=carl@personnelware.com \
--cc=armbru@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).