Re: [Qemu-devel] [RFC v2] virtio-crypto specification

2016-04-14 Thread Cornelia Huck
On Thu, 14 Apr 2016 10:36:14 + "Gonglei (Arei)" wrote: > > The main spec text is in trunk/content.tex. You also need to modify > > trunk/conformance.tex to include all the "Driver Requirements" and > > "Device Requirements" sections for your device. > > > > Thank you for your reminder, Ste

Re: [Qemu-devel] [RFC v2] virtio-crypto specification

2016-04-14 Thread Gonglei (Arei)
> > > Hi, > > > > > > > > > > > > > > > > > Virtio-crypto device Spec > > > > > > > > > > > > > > > > 1 Crypto Device > > > > > > > > The virtio crypto device is a virtual crypto device (ie. > > > > > > > > hardware > crypto > > > > > > > accelerator card). The encryption an

Re: [Qemu-devel] [RFC v2] virtio-crypto specification

2016-04-14 Thread Gonglei (Arei)
> > > Hi, > > > > > > > > > > > > > > > > > Virtio-crypto device Spec > > > > > > > > > > > > > > > > 1 Crypto Device > > > > > > > > The virtio crypto device is a virtual crypto device (ie. > > > > > > > > hardware > crypto > > > > > > > accelerator card). The encryption an

Re: [Qemu-devel] [RFC v2] virtio-crypto specification

2016-04-14 Thread Stefan Hajnoczi
On Thu, Apr 14, 2016 at 09:26:36AM +, Gonglei (Arei) wrote: > Hi, > > > > > > > > > > > > > > Virtio-crypto device Spec > > > > > > > > > > > > > > 1 Crypto Device > > > > > > > The virtio crypto device is a virtual crypto device (ie. hardware > > > > > > > crypto > > > > > >

Re: [Qemu-devel] [RFC v2] virtio-crypto specification

2016-04-14 Thread Michael S. Tsirkin
On Thu, Apr 14, 2016 at 09:26:36AM +, Gonglei (Arei) wrote: > Hi, > > > > > > > > > > > > > > Virtio-crypto device Spec > > > > > > > > > > > > > > 1 Crypto Device > > > > > > > The virtio crypto device is a virtual crypto device (ie. hardware > > > > > > > crypto > > > > > >

Re: [Qemu-devel] [RFC v2] virtio-crypto specification

2016-04-14 Thread Cornelia Huck
On Thu, 14 Apr 2016 09:26:36 + "Gonglei (Arei)" wrote: > > > Sorry, I don't find the git repository of virtio spec, except a svn > > > repository > > which > > > seems that it's not the latest version. :( > > > > > > https://tools.oasis-open.org/version-control/browse/wsvn/virtio/ > > > > >

Re: [Qemu-devel] [RFC v2] virtio-crypto specification

2016-04-14 Thread Gonglei (Arei)
Hi, > > > > > > > > > > > Virtio-crypto device Spec > > > > > > > > > > > > 1 Crypto Device > > > > > > The virtio crypto device is a virtual crypto device (ie. hardware > > > > > > crypto > > > > > accelerator card). The encryption and decryption requests of are > > > > > pla

Re: [Qemu-devel] [RFC v2] virtio-crypto specification

2016-04-14 Thread Cornelia Huck
On Thu, 14 Apr 2016 03:33:15 + "Gonglei (Arei)" wrote: > Hi, > > > From: Cornelia Huck [mailto:cornelia.h...@de.ibm.com] > > Sent: Thursday, April 14, 2016 12:30 AM > > To: Gonglei (Arei) > > Subject: Re: [RFC v2] virtio-crypto specification > > > > On Tue, 12 Apr 2016 09:03:33 + > > "G

Re: [Qemu-devel] [RFC v2] virtio-crypto specification

2016-04-13 Thread Gonglei (Arei)
Hi, > From: Cornelia Huck [mailto:cornelia.h...@de.ibm.com] > Sent: Thursday, April 14, 2016 12:30 AM > To: Gonglei (Arei) > Subject: Re: [RFC v2] virtio-crypto specification > > On Tue, 12 Apr 2016 09:03:33 + > "Gonglei (Arei)" wrote: > > > > From: Cornelia Huck [mailto:cornelia.h...@de.ib

Re: [Qemu-devel] [RFC v2] virtio-crypto specification

2016-04-13 Thread Cornelia Huck
On Tue, 12 Apr 2016 09:03:33 + "Gonglei (Arei)" wrote: > > From: Cornelia Huck [mailto:cornelia.h...@de.ibm.com] > > Sent: Tuesday, April 12, 2016 4:00 PM > > Subject: Re: [RFC v2] virtio-crypto specification > > > > On Tue, 5 Apr 2016 09:14:09 + > > "Gonglei (Arei)" wrote: > > > > >

Re: [Qemu-devel] [RFC v2] virtio-crypto specification

2016-04-12 Thread Gonglei (Arei)
Hi Cornelia, Thank you so much for your review :) > From: Cornelia Huck [mailto:cornelia.h...@de.ibm.com] > Sent: Tuesday, April 12, 2016 4:00 PM > Subject: Re: [RFC v2] virtio-crypto specification > > On Tue, 5 Apr 2016 09:14:09 + > "Gonglei (Arei)" wrote: > > > > Virti

Re: [Qemu-devel] [RFC v2] virtio-crypto specification

2016-04-12 Thread Cornelia Huck
On Tue, 5 Apr 2016 09:14:09 + "Gonglei (Arei)" wrote: > Virtio-crypto device Spec > > 1 Crypto Device > The virtio crypto device is a virtual crypto device (ie. hardware crypto > accelerator card). The encryption and decryption requests of are placed in > the data que

[Qemu-devel] [RFC v2] virtio-crypto specification

2016-04-05 Thread Gonglei (Arei)
Dear all, I'm so sorry for the late version 2 and appreciate the good comments came from Cornelia and Michael. Changes from v1: - Drop the feature bit definaion for each algorithm, and using config space instead [Cornelia] - Add multiqueue support and add corresponding feature bit - Update