All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Daniel P. Berrange" <berrange@redhat.com>
To: "Gonglei (Arei)" <arei.gonglei@huawei.com>
Cc: "qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
	"Wubin (H)" <wu.wubin@huawei.com>
Subject: Re: [Qemu-devel] [PATCH v3 0/3] crypto: add ctr mode support and little inprovement
Date: Tue, 27 Sep 2016 13:49:50 +0100	[thread overview]
Message-ID: <20160927124950.GN3967@redhat.com> (raw)
In-Reply-To: <33183CC9F5247A488A2544077AF19020B03DA762@SZXEMA503-MBS.china.huawei.com>

On Tue, Sep 27, 2016 at 09:32:10AM +0000, Gonglei (Arei) wrote:
> Hi Daniel,
> 
> I'll post virtio-crypto v4 based on this patch set. 
> Would you please merge it if it's ok? Thanks.
> 
> Regards,
> -Gonglei
> 
> 
> > -----Original Message-----
> > From: Gonglei (Arei)
> > Sent: Monday, September 26, 2016 5:23 PM
> > To: qemu-devel@nongnu.org
> > Cc: berrange@redhat.com; Wubin (H); Gonglei (Arei)
> > Subject: [PATCH v3 0/3] crypto: add ctr mode support and little inprovement
> > 
> > Please see the detailed description in each patch.
> > 
> > v3:
> >  - adjust the sequence of patch 1 and 2. (Daniel)
> >  - fix a mising 'break' in code logic. (Daniel)
> > v2:
> >  - fix qtest complaint in cipher-builtin backend.
> >  - introduce patch 2 and patch 3.
> > 
> > Gonglei (3):
> >   crypto: extend mode as a parameter in qcrypto_cipher_supports()
> >   crypto: add CTR mode support
> >   crypto: add mode check in qcrypto_cipher_new() for cipher-builtin
> > 
> >  block/qcow.c               |  3 ++-
> >  block/qcow2.c              |  3 ++-
> >  crypto/cipher-builtin.c    | 25 +++++++++++++++++++-
> >  crypto/cipher-gcrypt.c     | 38 +++++++++++++++++++++++++------
> >  crypto/cipher-nettle.c     | 28 +++++++++++++++++++++--
> >  crypto/cipher.c            |  1 +
> >  include/crypto/cipher.h    | 12 ++++++----
> >  qapi/crypto.json           |  3 ++-
> >  tests/test-crypto-cipher.c | 57
> > +++++++++++++++++++++++++++++++++++++++++++++-
> >  ui/vnc.c                   |  2 +-
> >  10 files changed, 152 insertions(+), 20 deletions(-)

These 3 patches look good and pass my build tests, so I've added them
to my crypto queue.

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 :|

  reply	other threads:[~2016-09-27 12:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-26  9:23 [Qemu-devel] [PATCH v3 0/3] crypto: add ctr mode support and little inprovement Gonglei
2016-09-26  9:23 ` [Qemu-devel] [PATCH v3 1/3] crypto: extend mode as a parameter in qcrypto_cipher_supports() Gonglei
2016-09-26  9:23 ` [Qemu-devel] [PATCH v3 2/3] crypto: add CTR mode support Gonglei
2016-09-26  9:23 ` [Qemu-devel] [PATCH v3 3/3] crypto: add mode check in qcrypto_cipher_new() for cipher-builtin Gonglei
2016-09-27  9:32 ` [Qemu-devel] [PATCH v3 0/3] crypto: add ctr mode support and little inprovement Gonglei (Arei)
2016-09-27 12:49   ` Daniel P. Berrange [this message]
2016-09-28  1:09     ` Gonglei (Arei)
2016-10-19  7:52     ` Gonglei (Arei)
2016-10-19  9:20       ` Daniel P. Berrange

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=20160927124950.GN3967@redhat.com \
    --to=berrange@redhat.com \
    --cc=arei.gonglei@huawei.com \
    --cc=qemu-devel@nongnu.org \
    --cc=wu.wubin@huawei.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 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.