From: "Daniel P. Berrange" <berrange@redhat.com>
To: Kevin Wolf <kwolf@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>,
qemu-devel@nongnu.org, qemu-block@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v6 00/10] Make qemu-img/qemu-nbd/qemu-io CLI more flexible
Date: Wed, 17 Feb 2016 10:41:49 +0000 [thread overview]
Message-ID: <20160217104149.GH30300@redhat.com> (raw)
In-Reply-To: <20160217103752.GD29494@noname.str.redhat.com>
On Wed, Feb 17, 2016 at 11:37:52AM +0100, Kevin Wolf wrote:
> Am 17.02.2016 um 11:10 hat Daniel P. Berrange geschrieben:
> > On Mon, Feb 15, 2016 at 04:53:27PM +0100, Kevin Wolf wrote:
> > > Am 15.02.2016 um 15:33 hat Daniel P. Berrange geschrieben:
> > > > This series of patches expands the syntax of the qemu-img,
> > > > qemu-nbd and qemu-io commands to make them more flexible.
> > > >
> > > > v0: https://lists.gnu.org/archive/html/qemu-devel/2015-10/msg04365.html
> > > > v1: https://lists.gnu.org/archive/html/qemu-devel/2015-12/msg04014.html
> > > > v2: https://lists.gnu.org/archive/html/qemu-devel/2015-12/msg04354.html
> > > > v3: https://lists.gnu.org/archive/html/qemu-devel/2016-01/msg03381.html
> > > > v4: https://lists.gnu.org/archive/html/qemu-devel/2016-01/msg04984.html
> > > > v5: https://lists.gnu.org/archive/html/qemu-block/2016-02/msg00022.html
> > > >
> > > > First all three gain a --object parameter, which allows
> > > > instantiation of user creatable object types. The immediate
> > > > use case is to allow for creation of the 'secret' object
> > > > type to pass passwords for curl, iscsi and rbd drivers.
> > > > For qemu-nbd this will also be needed to create TLS
> > > > certificates for encryption support.
> > > >
> > > > Then all three gain a '--image-opts' parameter which causes
> > > > the positional filenames to be interepreted as option strings
> > > > rather tha nplain filenames. This avoids the need to use the
> > > > JSON syntax, or to add custom CLI args for each block backend
> > > > option that exists. The immediate use case is to allow the
> > > > user to specify the ID of the 'secret' object they just created.
> > > >
> > > > Finally, there are a few small cleanup patches
> > >
> > > Thanks, applied to the block branch.
> >
> > The NBD patches just merged, so I've rebased this series and sent you
> > a v7 to resolve the conflicts
>
> *sigh* Okay, I'll drop this series and re-review sometime later.
NB it was a pretty clear rebase with no functional changes. Mostly
just resolving conflicts in the "struct option" list entries used
for getopt_long
Regards,
Daniel
--
|: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org -o- http://virt-manager.org :|
|: http://autobuild.org -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|
prev parent reply other threads:[~2016-02-17 10:42 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-15 14:33 [Qemu-devel] [PATCH v6 00/10] Make qemu-img/qemu-nbd/qemu-io CLI more flexible Daniel P. Berrange
2016-02-15 14:33 ` [Qemu-devel] [PATCH v6 01/10] qom: add helpers for UserCreatable object types Daniel P. Berrange
2016-04-27 9:26 ` Markus Armbruster
2016-04-27 9:58 ` Daniel P. Berrange
2016-04-27 12:43 ` Eric Blake
2016-04-27 14:55 ` Daniel P. Berrange
2016-04-27 13:37 ` Markus Armbruster
2016-02-15 14:33 ` [Qemu-devel] [PATCH v6 02/10] qemu-io: add support for --object command line arg Daniel P. Berrange
2016-02-15 14:33 ` [Qemu-devel] [PATCH v6 03/10] qemu-nbd: " Daniel P. Berrange
2016-02-15 14:33 ` [Qemu-devel] [PATCH v6 04/10] qemu-img: " Daniel P. Berrange
2016-02-15 14:33 ` [Qemu-devel] [PATCH v6 05/10] qemu-io: allow specifying image as a set of options args Daniel P. Berrange
2016-02-15 14:33 ` [Qemu-devel] [PATCH v6 06/10] qemu-nbd: " Daniel P. Berrange
2016-02-15 14:33 ` [Qemu-devel] [PATCH v6 07/10] qemu-img: " Daniel P. Berrange
2016-02-15 14:33 ` [Qemu-devel] [PATCH v6 08/10] qemu-nbd: don't overlap long option values with short options Daniel P. Berrange
2016-02-15 14:33 ` [Qemu-devel] [PATCH v6 09/10] qemu-nbd: use no_argument/required_argument constants Daniel P. Berrange
2016-02-15 14:33 ` [Qemu-devel] [PATCH v6 10/10] qemu-io: " Daniel P. Berrange
2016-02-15 15:53 ` [Qemu-devel] [PATCH v6 00/10] Make qemu-img/qemu-nbd/qemu-io CLI more flexible Kevin Wolf
2016-02-17 10:10 ` Daniel P. Berrange
2016-02-17 10:37 ` Kevin Wolf
2016-02-17 10:41 ` Daniel P. Berrange [this message]
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=20160217104149.GH30300@redhat.com \
--to=berrange@redhat.com \
--cc=kwolf@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
/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).