From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkCQA-00015b-2O for qemu-devel@nongnu.org; Wed, 14 Sep 2016 11:48:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkCQ7-0006iv-7J for qemu-devel@nongnu.org; Wed, 14 Sep 2016 11:48:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56894) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkCQ7-0006ir-1M for qemu-devel@nongnu.org; Wed, 14 Sep 2016 11:48:19 -0400 Date: Wed, 14 Sep 2016 18:48:17 +0300 From: "Michael S. Tsirkin" Message-ID: <20160914184808-mutt-send-email-mst@kernel.org> References: <147340988076.8767.14911969684572242839.stgit@bahia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <147340988076.8767.14911969684572242839.stgit@bahia> Subject: Re: [Qemu-devel] [PATCH] MAINTAINERS: add virtio-* tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Kurz Cc: qemu-devel@nongnu.org, Amit Shah , Paolo Bonzini , Jason Wang , Stefan Hajnoczi On Fri, Sep 09, 2016 at 10:31:20AM +0200, Greg Kurz wrote: > Except virtio-9p, all virtio-* tests are orphan. This patch tries to fix > it, according to the following logic: > > - when the related subsystem has its own section in MAINTAINERS, the test > is added there > - otherwise it is added to the "parent" section (aka. SCSI, Network devices, > virtio) > > Signed-off-by: Greg Kurz I applied this, thanks. > --- > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index b6fb84e8267c..cc6d1cdc9165 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -826,6 +826,7 @@ Network devices > M: Jason Wang > S: Odd Fixes > F: hw/net/ > +F: tests/virtio-net-test.c > T: git git://github.com/jasowang/qemu.git net > > SCSI > @@ -833,6 +834,7 @@ M: Paolo Bonzini > S: Supported > F: include/hw/scsi* > F: hw/scsi/* > +F: tests/virtio-scsi-test.c > T: git git://github.com/bonzini/qemu.git scsi-next > > LSI53C895A > @@ -885,6 +887,7 @@ S: Supported > F: hw/*/virtio* > F: net/vhost-user.c > F: include/hw/virtio/ > +F: tests/virtio-balloon-test.c > > virtio-9p > M: Aneesh Kumar K.V > @@ -903,6 +906,7 @@ S: Supported > F: hw/block/virtio-blk.c > F: hw/block/dataplane/* > F: hw/virtio/dataplane/* > +F: tests/virtio-blk-test.c > T: git git://github.com/stefanha/qemu.git block > > virtio-ccw > @@ -925,6 +929,8 @@ S: Supported > F: hw/char/virtio-serial-bus.c > F: hw/char/virtio-console.c > F: include/hw/virtio/virtio-serial.h > +F: tests/virtio-console-test.c > +F: tests/virtio-serial-test.c > > virtio-rng > M: Amit Shah > @@ -933,6 +939,7 @@ F: hw/virtio/virtio-rng.c > F: include/hw/virtio/virtio-rng.h > F: include/sysemu/rng*.h > F: backends/rng*.c > +F: tests/virtio-rng-test.c > > nvme > M: Keith Busch