Re: [Qemu-devel] [PATCH v2 03/15] crypto: add cryptoLegacyHW stuff

2016-09-13 Thread Daniel P. Berrange
On Tue, Sep 13, 2016 at 10:05:01AM +, Gonglei (Arei) wrote: > > > > -Original Message- > > From: Daniel P. Berrange [mailto:berra...@redhat.com] > > Sent: Tuesday, September 13, 2016 5:23 PM > > To: Gonglei (Arei) > > Cc: qemu-devel@nongnu.org; virtio-...@lists.oasis-open.org; Huangpe

Re: [Qemu-devel] [PATCH v2 03/15] crypto: add cryptoLegacyHW stuff

2016-09-13 Thread Gonglei (Arei)
> -Original Message- > From: Daniel P. Berrange [mailto:berra...@redhat.com] > Sent: Tuesday, September 13, 2016 5:23 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; virtio-...@lists.oasis-open.org; Huangpeng > (Peter); Luonengjun; m...@redhat.com; stefa...@redhat.com; > pbonz...@red

Re: [Qemu-devel] [PATCH v2 03/15] crypto: add cryptoLegacyHW stuff

2016-09-13 Thread Gonglei (Arei)
> -Original Message- > From: Daniel P. Berrange [mailto:berra...@redhat.com] > Sent: Tuesday, September 13, 2016 6:09 PM > To: Gonglei (Arei) > Subject: Re: [PATCH v2 03/15] crypto: add cryptoLegacyHW stuff > > On Tue, Sep 13, 2016 at 10:05:01AM +, Gonglei (Arei) wrote: > > > > > > >

Re: [Qemu-devel] [PATCH v2 03/15] crypto: add cryptoLegacyHW stuff

2016-09-13 Thread Daniel P. Berrange
On Tue, Sep 13, 2016 at 11:52:09AM +0800, Gonglei wrote: > In previous patch, we define CryptoLegacyHWOptions in > qapi-schema.json. we introduce the new/delete funciton > about crypto legacy hardware device. Isn't virtio-crypto / cryptodev an entirely new specification ? I'm surprised to be seein

[Qemu-devel] [PATCH v2 03/15] crypto: add cryptoLegacyHW stuff

2016-09-12 Thread Gonglei
In previous patch, we define CryptoLegacyHWOptions in qapi-schema.json. we introduce the new/delete funciton about crypto legacy hardware device. Note: legacy cryptographic device support muliple queue. Signed-off-by: Gonglei --- crypto/crypto.c | 74