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: 8914441 Return-Path: X-Original-To: patchwork-kvm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id CA5B99F39A for ; Fri, 22 Apr 2016 17:17:16 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 391A62034F for ; Fri, 22 Apr 2016 17:17:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B6D8520320 for ; Fri, 22 Apr 2016 17:17:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932434AbcDVRQx (ORCPT ); Fri, 22 Apr 2016 13:16:53 -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-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Spam-Status: No, score=-7.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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/*