Re: [Qemu-devel] [PATCH v6 0/2] virtio-crypto: virtio crypto device specification

2016-08-04 Thread Michael S. Tsirkin
On Wed, Aug 03, 2016 at 07:23:36PM +0200, Cornelia Huck wrote: > On Wed, 3 Aug 2016 16:53:36 +0200 > Cornelia Huck wrote: > > > On Wed, 3 Aug 2016 17:40:07 +0300 > > "Michael S. Tsirkin" wrote: > > > > > On Wed, Aug 03, 2016 at 04:33:28PM +0200, Cornelia Huck wrote: > > > > On Wed, 3 Aug 2016 1

Re: [Qemu-devel] [PATCH v6 0/2] virtio-crypto: virtio crypto device specification

2016-08-03 Thread Michael S. Tsirkin
On Wed, Aug 03, 2016 at 07:23:36PM +0200, Cornelia Huck wrote: > On Wed, 3 Aug 2016 16:53:36 +0200 > Cornelia Huck wrote: > > > On Wed, 3 Aug 2016 17:40:07 +0300 > > "Michael S. Tsirkin" wrote: > > > > > On Wed, Aug 03, 2016 at 04:33:28PM +0200, Cornelia Huck wrote: > > > > On Wed, 3 Aug 2016 1

Re: [Qemu-devel] [PATCH v6 0/2] virtio-crypto: virtio crypto device specification

2016-08-03 Thread Cornelia Huck
On Wed, 3 Aug 2016 16:53:36 +0200 Cornelia Huck wrote: > On Wed, 3 Aug 2016 17:40:07 +0300 > "Michael S. Tsirkin" wrote: > > > On Wed, Aug 03, 2016 at 04:33:28PM +0200, Cornelia Huck wrote: > > > On Wed, 3 Aug 2016 17:30:22 +0300 > > > "Michael S. Tsirkin" wrote: > > > > > > > On Mon, Aug 01,

Re: [Qemu-devel] [PATCH v6 0/2] virtio-crypto: virtio crypto device specification

2016-08-03 Thread Zeng, Xin
> -Original Message- > From: Michael S. Tsirkin [mailto:m...@redhat.com] > Sent: Wednesday, August 3, 2016 10:30 PM > To: Gonglei > Cc: qemu-devel@nongnu.org; virtio-...@lists.oasis-open.org; > peter.huangp...@huawei.com; luoneng...@huawei.com; > cornelia.h...@de.ibm.com; stefa...@redhat

Re: [Qemu-devel] [PATCH v6 0/2] virtio-crypto: virtio crypto device specification

2016-08-03 Thread Michael S. Tsirkin
On Wed, Aug 03, 2016 at 03:17:06PM +, Zeng, Xin wrote: > > > > -Original Message- > > From: Michael S. Tsirkin [mailto:m...@redhat.com] > > Sent: Wednesday, August 3, 2016 10:30 PM > > To: Gonglei > > Cc: qemu-devel@nongnu.org; virtio-...@lists.oasis-open.org; > > peter.huangp...@hua

Re: [Qemu-devel] [PATCH v6 0/2] virtio-crypto: virtio crypto device specification

2016-08-03 Thread Cornelia Huck
On Wed, 3 Aug 2016 17:40:07 +0300 "Michael S. Tsirkin" wrote: > On Wed, Aug 03, 2016 at 04:33:28PM +0200, Cornelia Huck wrote: > > On Wed, 3 Aug 2016 17:30:22 +0300 > > "Michael S. Tsirkin" wrote: > > > > > On Mon, Aug 01, 2016 at 05:20:19PM +0800, Gonglei wrote: > > > > This is the specificati

Re: [Qemu-devel] [PATCH v6 0/2] virtio-crypto: virtio crypto device specification

2016-08-03 Thread Michael S. Tsirkin
On Wed, Aug 03, 2016 at 04:33:28PM +0200, Cornelia Huck wrote: > On Wed, 3 Aug 2016 17:30:22 +0300 > "Michael S. Tsirkin" wrote: > > > On Mon, Aug 01, 2016 at 05:20:19PM +0800, Gonglei wrote: > > > This is the specification (version 6) about a new virtio crypto device. > > > After a big reconstru

Re: [Qemu-devel] [PATCH v6 0/2] virtio-crypto: virtio crypto device specification

2016-08-03 Thread Cornelia Huck
On Wed, 3 Aug 2016 17:30:22 +0300 "Michael S. Tsirkin" wrote: > On Mon, Aug 01, 2016 at 05:20:19PM +0800, Gonglei wrote: > > This is the specification (version 6) about a new virtio crypto device. > > After a big reconstruction, the spec (symmetric algos) is near to stabilize. > > This version fi

Re: [Qemu-devel] [PATCH v6 0/2] virtio-crypto: virtio crypto device specification

2016-08-03 Thread Michael S. Tsirkin
On Mon, Aug 01, 2016 at 05:20:19PM +0800, Gonglei wrote: > This is the specification (version 6) about a new virtio crypto device. > After a big reconstruction, the spec (symmetric algos) is near to stabilize. > This version fix some problems of formating and return value, etc. > > If you have any

[Qemu-devel] [PATCH v6 0/2] virtio-crypto: virtio crypto device specification

2016-08-01 Thread Gonglei
This is the specification (version 6) about a new virtio crypto device. After a big reconstruction, the spec (symmetric algos) is near to stabilize. This version fix some problems of formating and return value, etc. If you have any comments, please let me know, thanks :) CC: Michael S. Tsirkin C