From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhPDh-0005nR-LX for qemu-devel@nongnu.org; Thu, 23 Oct 2014 16:42:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhPDc-0002Gv-Jb for qemu-devel@nongnu.org; Thu, 23 Oct 2014 16:42:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhPDc-0002Gf-AJ for qemu-devel@nongnu.org; Thu, 23 Oct 2014 16:42:48 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9NKgl5S001182 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 23 Oct 2014 16:42:47 -0400 From: Kevin Wolf Date: Thu, 23 Oct 2014 22:42:10 +0200 Message-Id: <1414096959-14682-4-git-send-email-kwolf@redhat.com> In-Reply-To: <1414096959-14682-1-git-send-email-kwolf@redhat.com> References: <1414096959-14682-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 03/32] MAINTAINERS: add the image fuzzer to the block layer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com From: Paolo Bonzini More work for the block device maintainers! Signed-off-by: Paolo Bonzini Signed-off-by: Kevin Wolf --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 9a7818d..95553d9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -717,6 +717,7 @@ F: block/ F: hw/block/ F: qemu-img* F: qemu-io* +F: tests/image-fuzzer/ F: tests/qemu-iotests/ T: git git://repo.or.cz/qemu/kevin.git block T: git git://github.com/stefanha/qemu.git block -- 1.8.3.1