From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34559) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUu7j-0004k6-Io for qemu-devel@nongnu.org; Fri, 19 Sep 2014 05:05:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XUu7a-0006KV-II for qemu-devel@nongnu.org; Fri, 19 Sep 2014 05:05:03 -0400 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:34887) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUu7a-0006K4-9Y for qemu-devel@nongnu.org; Fri, 19 Sep 2014 05:04:54 -0400 Received: by mail-wi0-f178.google.com with SMTP id ho1so2595769wib.11 for ; Fri, 19 Sep 2014 02:04:48 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <541BF1AA.2080403@redhat.com> Date: Fri, 19 Sep 2014 11:04:42 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1410329871-28885-1-git-send-email-famz@redhat.com> In-Reply-To: <1410329871-28885-1-git-send-email-famz@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/3] block: Always compile virtio-blk dataplane List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com 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