From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60610) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOezF-0001Gt-Dw for qemu-devel@nongnu.org; Mon, 01 Sep 2014 23:42:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOez7-0005R7-Li for qemu-devel@nongnu.org; Mon, 01 Sep 2014 23:42:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7383) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOez7-0005Qw-EE for qemu-devel@nongnu.org; Mon, 01 Sep 2014 23:42:21 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s823gJ9U003770 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 1 Sep 2014 23:42:20 -0400 From: Fam Zheng Date: Tue, 2 Sep 2014 11:42:14 +0800 Message-Id: <1409629336-408-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] 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 v2: Import virtio_vring.h. Fam Zheng (2): virtio: Import virtio_vring.h 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 +- 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 +- 9 files changed, 176 insertions(+), 44 deletions(-) create mode 100644 include/hw/virtio/virtio_ring.h -- 2.1.0