From: "Daniel P. Berrange" <berrange@redhat.com>
To: Kevin Wolf <kwolf@redhat.com>
Cc: Fam Zheng <famz@redhat.com>,
qemu-devel@nongnu.org, qemu-block@nongnu.org
Subject: Re: [Qemu-devel] [Qemu-block] [PATCH v6 00/11] Add new LUKS block driver (for 2.6)
Date: Tue, 29 Mar 2016 10:15:00 +0100 [thread overview]
Message-ID: <20160329091500.GE29697@redhat.com> (raw)
In-Reply-To: <20160329091355.GA4600@noname.redhat.com>
On Tue, Mar 29, 2016 at 11:13:55AM +0200, Kevin Wolf wrote:
> Am 23.03.2016 um 14:53 hat Kevin Wolf geschrieben:
> > Am 21.03.2016 um 15:11 hat Daniel P. Berrange geschrieben:
> > > This series is just the block layer parts needed to add
> > > a LUKS driver to QEMU. It was previously posted as part
> > > of the larger series
> > >
> > > v1: https://lists.gnu.org/archive/html/qemu-devel/2015-11/msg04748.html
> > > v2: https://lists.gnu.org/archive/html/qemu-block/2016-01/msg00534.html
> > > v3: https://lists.gnu.org/archive/html/qemu-devel/2016-02/msg03176.html
> > > v4: https://lists.gnu.org/archive/html/qemu-devel/2016-02/msg06552.html
> > > v5: https://lists.gnu.org/archive/html/qemu-devel/2016-03/msg04397.html
> > >
> > > The crypto subsystem pieces that this series depends on have now
> > > all been merged.
> > >
> > > In this posting I am only proposing merge of the generic LUKS
> > > driver. This can be added as a layer above any of the existing
> > > drivers for accessing LUKS formatted volumes.
> > >
> > > When creating new volumes, however, only the file backend can
> > > be used, since the block driver API doesn't allow for arbitrary
> > > stacking of protocols when creating images.
> > >
> > > The integration with the qcow2 driver to replace the existing
> > > built-in AES-CBC code is dropped from this series, postponed
> > > until the 2.7 development cycle.
> > >
> > > There is a QEMU I/O test 149 that exercises the LUKS driver
> > > and checks for compatibility with the dm-crypt/cryptsetup
> > > impl.
> >
> > Thanks, applied to the block branch.
>
> I need to drop patches 8 to 11 because they break qcow2 tests. Test case
> updates are okay during hard freeze, so please send fixed versions of
> these patches even after today.
Yep, I saw that message about breakage and will work on a fix today and
resubmit
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-03-29 9:15 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-21 14:11 [Qemu-devel] [PATCH v6 00/11] Add new LUKS block driver (for 2.6) Daniel P. Berrange
2016-03-21 14:11 ` [Qemu-devel] [PATCH v6 01/11] block: add flag to indicate that no I/O will be performed Daniel P. Berrange
2016-03-21 14:11 ` [Qemu-devel] [PATCH v6 02/11] qemu-img/qemu-io: don't prompt for passwords if not required Daniel P. Berrange
2016-03-21 14:11 ` [Qemu-devel] [PATCH v6 03/11] tests: redirect stderr to stdout for iotests Daniel P. Berrange
2016-03-21 14:11 ` [Qemu-devel] [PATCH v6 04/11] tests: refactor python I/O tests helper main method Daniel P. Berrange
2016-03-21 14:11 ` [Qemu-devel] [PATCH v6 05/11] tests: add output filter to python I/O tests helper Daniel P. Berrange
2016-03-21 14:11 ` [Qemu-devel] [PATCH v6 06/11] block: add generic full disk encryption driver Daniel P. Berrange
2016-03-21 14:11 ` [Qemu-devel] [PATCH v6 07/11] block: move encryption deprecation warning into qcow code Daniel P. Berrange
2016-03-21 20:04 ` Eric Blake
2016-03-21 14:11 ` [Qemu-devel] [PATCH v6 08/11] block: add support for --image-opts in block I/O tests Daniel P. Berrange
2016-03-21 20:08 ` Eric Blake
2016-03-22 10:36 ` Daniel P. Berrange
2016-03-24 21:59 ` [Qemu-devel] [Qemu-block] " Max Reitz
2016-03-21 14:11 ` [Qemu-devel] [PATCH v6 09/11] block: add support for encryption secrets " Daniel P. Berrange
2016-03-21 20:13 ` Eric Blake
2016-03-21 14:11 ` [Qemu-devel] [PATCH v6 10/11] block: enable testing of LUKS driver with " Daniel P. Berrange
2016-03-21 14:11 ` [Qemu-devel] [PATCH v6 11/11] block: an interoperability test for luks vs dm-crypt/cryptsetup Daniel P. Berrange
2016-03-21 16:50 ` [Qemu-devel] [PATCH v6 00/11] Add new LUKS block driver (for 2.6) Kevin Wolf
2016-03-21 16:53 ` Daniel P. Berrange
2016-03-23 13:53 ` Kevin Wolf
2016-03-29 9:13 ` [Qemu-devel] [Qemu-block] " Kevin Wolf
2016-03-29 9:15 ` 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=20160329091500.GE29697@redhat.com \
--to=berrange@redhat.com \
--cc=famz@redhat.com \
--cc=kwolf@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.