From patchwork Fri Apr 22 17:16:47 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Huth X-Patchwork-Id: 613803 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3qs2Nf6Qvzz9t3v for ; Sat, 23 Apr 2016 03:17:06 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754524AbcDVRQw (ORCPT ); Fri, 22 Apr 2016 13:16:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49487 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754478AbcDVRQv (ORCPT ); Fri, 22 Apr 2016 13:16:51 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C655B6264A; Fri, 22 Apr 2016 17:16:50 +0000 (UTC) Received: from thh440s.fritz.box (vpn1-5-131.ams2.redhat.com [10.36.5.131]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u3MHGlQI022703; Fri, 22 Apr 2016 13:16:48 -0400 From: Thomas Huth To: kvm@vger.kernel.org, pbonzini@redhat.com, lvivier@redhat.com, rkrcmar@redhat.com Cc: kvm-ppc@vger.kernel.org, mtosatti@redhat.com Subject: [kvm-unit-tests PATCH] MAINTAINERS: Add a section for powerpc Date: Fri, 22 Apr 2016 19:16:47 +0200 Message-Id: <1461345407-28094-1-git-send-email-thuth@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Fri, 22 Apr 2016 17:16:50 +0000 (UTC) Sender: kvm-ppc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm-ppc@vger.kernel.org Laurent and I agreed to volunteer for looking after the powerpc specific code of kvm-unit-tests. Signed-off-by: Thomas Huth --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 798acfa..27ed823 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -74,3 +74,9 @@ L: kvm@vger.kernel.org F: x86/* F: lib/x86/* +POWERPC +M: Laurent Vivier +M: Thomas Huth +L: kvm-ppc@vger.kernel.org +F: powerpc/* +F: lib/powerpc/*