From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRbEE-0001LP-Kg for qemu-devel@nongnu.org; Wed, 10 Sep 2014 02:18:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRbE8-0007rb-GM for qemu-devel@nongnu.org; Wed, 10 Sep 2014 02:18:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRbE8-0007rX-8n for qemu-devel@nongnu.org; Wed, 10 Sep 2014 02:18:00 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8A6HxdN025999 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 10 Sep 2014 02:17:59 -0400 From: Fam Zheng Date: Wed, 10 Sep 2014 14:17:48 +0800 Message-Id: <1410329871-28885-1-git-send-email-famz@redhat.com> Subject: [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: qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com, stefanha@redhat.com 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 -- 1.9.3