qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 0/3] block: Always compile virtio-blk datapla


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v3 0/3] block: Always compile virtio-blk dataplane
Date: Fri, 19 Sep 2014 11:04:42 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

Il 10/09/2014 08:17, Fam Zheng ha scritto:
> v3: Fix -ENOBUFS.
> v2: Import virtio_vring.h.
> 
> Fam Zheng (3):
>   virtio: Import virtio_vring.h
>   vring: Better error handling if num is too large
>   block: Always compile virtio-blk dataplane
> 
>  configure                           |  21 +----
>  hw/block/Makefile.objs              |   2 +-
>  hw/block/virtio-blk.c               |  20 +----
>  hw/net/vhost_net.c                  |   2 +-
>  hw/virtio/Makefile.objs             |   2 +-
>  hw/virtio/dataplane/vring.c         |   3 +-
>  include/hw/virtio/dataplane/vring.h |   2 +-
>  include/hw/virtio/virtio-blk.h      |   2 -
>  include/hw/virtio/virtio_ring.h     | 167 
> ++++++++++++++++++++++++++++++++++++
>  linux-headers/linux/vhost.h         |   2 +-
>  10 files changed, 178 insertions(+), 45 deletions(-)
>  create mode 100644 include/hw/virtio/virtio_ring.h
> 

Reviewed-by: Paolo Bonzini <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]