From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRxaD-0005tJ-Fa for qemu-devel@nongnu.org; Thu, 11 Sep 2014 02:10:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRxa7-0006kJ-BU for qemu-devel@nongnu.org; Thu, 11 Sep 2014 02:10:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRxa7-0006k9-52 for qemu-devel@nongnu.org; Thu, 11 Sep 2014 02:10:11 -0400 From: Fam Zheng Date: Thu, 11 Sep 2014 14:09:55 +0800 Message-Id: <1410415798-20673-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v7 0/3] block: Introduce "null" drivers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , benoit.canet@irqsave.net, armbru@redhat.com, Stefan Hajnoczi , pbonzini@redhat.com v7: Add Beno=C3=AEt's rev-by line in patch 2. Improved help text in patch 1. (Beno=C3=AEt) v6: Don't inherit from BlockdevOptionsFile. (Stefan) Use .bdrv_co_readv instead of .bdrv_read. (Kevin) Sort items in qapi schema definitions in patch 2 & 3. Fam Zheng (3): block: Introduce "null" drivers qapi: Sort BlockdevDriver enum data list qapi: Sort items in BlockdevOptions definition block/Makefile.objs | 1 + block/null.c | 178 +++++++++++++++++++++++++++++++++++++++++++++= ++++++ qapi/block-core.json | 57 +++++++++++------ 3 files changed, 215 insertions(+), 21 deletions(-) create mode 100644 block/null.c --=20 1.9.3