Re: [Qemu-devel] [PATCH v3 8/9] virtio-crypto: use virtqueue_error for errors with queue context

2017-07-21 Thread Stefan Hajnoczi
On Mon, Jul 17, 2017 at 10:11:51AM +0200, Ladi Prosek wrote:
> virtqueue_error includes the queue index in the error output and is preferred
> for errors that pertain to a virtqueue rather than to the device as a whole.
> 
> Signed-off-by: Ladi Prosek 
> ---
>  hw/virtio/virtio-crypto.c | 49 
> ---
>  1 file changed, 25 insertions(+), 24 deletions(-)

Reviewed-by: Stefan Hajnoczi 


signature.asc
Description: PGP signature


Re: [Qemu-devel] [PATCH v3 8/9] virtio-crypto: use virtqueue_error for errors with queue context

2017-07-17 Thread Cornelia Huck
On Mon, 17 Jul 2017 10:11:51 +0200
Ladi Prosek  wrote:

> virtqueue_error includes the queue index in the error output and is preferred
> for errors that pertain to a virtqueue rather than to the device as a whole.
> 
> Signed-off-by: Ladi Prosek 
> ---
>  hw/virtio/virtio-crypto.c | 49 
> ---
>  1 file changed, 25 insertions(+), 24 deletions(-)

Reviewed-by: Cornelia Huck 



Re: [Qemu-devel] [PATCH v3 8/9] virtio-crypto: use virtqueue_error for errors with queue context

2017-07-17 Thread Gonglei (Arei)


> -Original Message-
> From: Ladi Prosek [mailto:lpro...@redhat.com]
> Sent: Monday, July 17, 2017 4:12 PM
> To: qemu-devel@nongnu.org
> Cc: casasferna...@hotmail.com; m...@redhat.com; jasow...@redhat.com;
> coh...@redhat.com; arm...@redhat.com; gr...@kaod.org; Gonglei (Arei);
> aneesh.ku...@linux.vnet.ibm.com
> Subject: [PATCH v3 8/9] virtio-crypto: use virtqueue_error for errors with 
> queue
> context
> 
> virtqueue_error includes the queue index in the error output and is preferred
> for errors that pertain to a virtqueue rather than to the device as a whole.
> 
> Signed-off-by: Ladi Prosek 
> ---
>  hw/virtio/virtio-crypto.c | 49 
> ---
>  1 file changed, 25 insertions(+), 24 deletions(-)
> 

Reviewed-by: Gonglei