From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49423) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcVuy-0008TL-4T for qemu-devel@nongnu.org; Mon, 30 Mar 2015 05:23:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YcVux-0004EI-EX for qemu-devel@nongnu.org; Mon, 30 Mar 2015 05:23:36 -0400 From: Fam Zheng Date: Mon, 30 Mar 2015 17:23:17 +0800 Message-Id: <1427707400-4323-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] null driver patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , qemu-block@nongnu.org, Stefan Hajnoczi The first patch was the same one from 03/18 which is reviewed by Eric. The second patch allows testing commit to a null image. The third adds a stanza to MAINTAINERS. Fam Zheng (3): block/null: Latency simulation by adding new option "latency-ns" block/null: Support reopen MAINTAINERS: Add Fam Zheng as Null block driver maintainer MAINTAINERS | 6 +++++ block/null.c | 67 +++++++++++++++++++++++++++++++++++++++++++++++----- qapi/block-core.json | 5 +++- 3 files changed, 71 insertions(+), 7 deletions(-) -- 1.9.3