Re: [Qemu-devel] [PATCH v2 2/9] virtio-blk: turn virtio_blk_handle_request() into a static function

2016-09-23 Thread Stefan Hajnoczi
On Wed, Sep 21, 2016 at 06:57:03PM +0200, Greg Kurz wrote:
> It is only used locally since this commit:
> 
> 03de2f527499 virtio-blk: do not use vring in dataplane
> 
> Signed-off-by: Greg Kurz 
> ---
>  hw/block/virtio-blk.c  |2 +-
>  include/hw/virtio/virtio-blk.h |2 --
>  2 files changed, 1 insertion(+), 3 deletions(-)

Reviewed-by: Stefan Hajnoczi 


signature.asc
Description: PGP signature


Re: [Qemu-devel] [PATCH v2 2/9] virtio-blk: turn virtio_blk_handle_request() into a static function

2016-09-22 Thread Cornelia Huck
On Wed, 21 Sep 2016 18:57:03 +0200
Greg Kurz  wrote:

> It is only used locally since this commit:
> 
> 03de2f527499 virtio-blk: do not use vring in dataplane
> 
> Signed-off-by: Greg Kurz 
> ---
>  hw/block/virtio-blk.c  |2 +-
>  include/hw/virtio/virtio-blk.h |2 --
>  2 files changed, 1 insertion(+), 3 deletions(-)

Reviewed-by: Cornelia Huck