From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UamQC-0004sG-Iu for qemu-devel@nongnu.org; Fri, 10 May 2013 08:27:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UamQB-0002xR-Ih for qemu-devel@nongnu.org; Fri, 10 May 2013 08:27:36 -0400 Received: from mail-we0-x233.google.com ([2a00:1450:400c:c03::233]:46193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UamQB-0002xN-D4 for qemu-devel@nongnu.org; Fri, 10 May 2013 08:27:35 -0400 Received: by mail-we0-f179.google.com with SMTP id t59so3828401wes.38 for ; Fri, 10 May 2013 05:27:34 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Fri, 10 May 2013 14:27:27 +0200 Message-Id: <1368188849-5647-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] dataplane: change vring API to use VirtQueueElement List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: stefanha@redhat.com Hi Stefan, these three patches are a small step towards a "good" version of the RFC I posted on Monday. I can carry the final switch from hostmem to memory_region_find in my tree, but these should probably go through the block tree. Thanks, Paolo Paolo Bonzini (2): vring: create a common function to parse descriptors dataplane: change vring API to use VirtQueueElement hw/block/dataplane/virtio-blk.c | 83 ++++++++------------- hw/virtio/dataplane/vring.c | 139 +++++++++++++++++------------------- include/hw/virtio/dataplane/vring.h | 6 +- 3 files changed, 100 insertions(+), 128 deletions(-) -- 1.8.1.4