From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WroD1-00040C-4Y for qemu-devel@nongnu.org; Tue, 03 Jun 2014 08:53:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WroCt-0003kS-G4 for qemu-devel@nongnu.org; Tue, 03 Jun 2014 08:52:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WroCt-0003kJ-8R for qemu-devel@nongnu.org; Tue, 03 Jun 2014 08:52:47 -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 s53Cqjhh030989 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 3 Jun 2014 08:52:45 -0400 From: Fam Zheng Date: Tue, 3 Jun 2014 20:52:53 +0800 Message-Id: <1401799978-9558-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] virtio-blk: Converge VirtIOBlockRequest into VirtIOBlockReq List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Paolo Bonzini , Stefan Hajnoczi This unifies the request structure used by dataplane and non-dataplane code, while dropping unnessary fields for bounce buffer and read flag. Applies on top of the "[PATCH v3 0/2] dataplane: Enable "scsi=on" series. Fam Zheng (5): virtio-blk: Move VirtIOBlockReq to header virtio-blk: Convert VirtIOBlockReq.elem to pointer virtio-blk: Merge VirtIOBlockRequest into VirtIOBlockReq virtio-blk: Drop bounce buffer from dataplane code virtio-blk: Drop VirtIOBlockReq.read hw/block/dataplane/virtio-blk.c | 45 +++----------------- hw/block/virtio-blk.c | 92 ++++++++++++++++++++--------------------- include/hw/virtio/virtio-blk.h | 16 +++++++ 3 files changed, 66 insertions(+), 87 deletions(-) -- 1.9.2