From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgbco-0001JV-PG for qemu-devel@nongnu.org; Tue, 21 Oct 2014 11:45:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xgbcj-0004Hm-Qt for qemu-devel@nongnu.org; Tue, 21 Oct 2014 11:45:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgbcj-0004Hi-JO for qemu-devel@nongnu.org; Tue, 21 Oct 2014 11:45:25 -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 s9LFjPx2028950 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 21 Oct 2014 11:45:25 -0400 Message-ID: <54467F90.6060003@redhat.com> Date: Tue, 21 Oct 2014 17:45:20 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1413906230-10706-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1413906230-10706-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] MAINTAINERS: qemu-iotests belongs to the block layer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , qemu-devel@nongnu.org Cc: armbru@redhat.com, stefanha@redhat.com On 10/21/2014 05:43 PM, Kevin Wolf wrote: > Signed-off-by: Kevin Wolf > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index e54e3c6..c2d448d 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -713,6 +713,7 @@ F: block/ > F: hw/block/ > F: qemu-img* > F: qemu-io* > +F: tests/qemu-iotests/ > T: git git://repo.or.cz/qemu/kevin.git block > T: git git://github.com/stefanha/qemu.git block > > Needless to say, Reviewed-by: Paolo Bonzini