From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRYHZ-0005kx-FA for qemu-devel@nongnu.org; Tue, 09 Sep 2014 23:09:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRYHR-0007DC-Iz for qemu-devel@nongnu.org; Tue, 09 Sep 2014 23:09:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRYHR-0007Bv-BX for qemu-devel@nongnu.org; Tue, 09 Sep 2014 23:09:13 -0400 From: Fam Zheng Date: Wed, 10 Sep 2014 11:08:45 +0800 Message-Id: <1410318528-24433-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH v6 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 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 -- 1.9.3