Re: [Qemu-devel] [PATCH v10 07/12] virtio-crypto: set capacity of algorithms supported

2016-11-25 Thread Gonglei (Arei)
> From: Markus Armbruster [mailto:arm...@redhat.com] > Subject: Re: [Qemu-devel] [PATCH v10 07/12] virtio-crypto: set capacity of > algorithms supported > > Gonglei writes: > > > Expose the capacity of algorithms supported by > > virtio crypto device to the

Re: [Qemu-devel] [PATCH v10 07/12] virtio-crypto: set capacity of algorithms supported

2016-11-25 Thread Markus Armbruster
Gonglei writes: > Expose the capacity of algorithms supported by > virtio crypto device to the frontend driver using > pci configuration space. > > Signed-off-by: Gonglei > --- > hw/virtio/virtio-crypto.c | 43 > +++ > include/hw/virtio/virtio-crypto

[Qemu-devel] [PATCH v10 07/12] virtio-crypto: set capacity of algorithms supported

2016-10-28 Thread Gonglei
Expose the capacity of algorithms supported by virtio crypto device to the frontend driver using pci configuration space. Signed-off-by: Gonglei --- hw/virtio/virtio-crypto.c | 43 +++ include/hw/virtio/virtio-crypto.h | 18 2 files ch