From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.4 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 27A11C004C9 for ; Tue, 7 May 2019 11:37:52 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id ED8F620578 for ; Tue, 7 May 2019 11:37:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org ED8F620578 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([127.0.0.1]:44975 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNyPv-00033o-2p for qemu-devel@archiver.kernel.org; Tue, 07 May 2019 07:37:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40879) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNyP8-0002lC-P4 for qemu-devel@nongnu.org; Tue, 07 May 2019 07:37:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNyP8-0007Sa-1C for qemu-devel@nongnu.org; Tue, 07 May 2019 07:37:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46084) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hNyP7-0007SE-SW for qemu-devel@nongnu.org; Tue, 07 May 2019 07:37:01 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A972C307CDD5; Tue, 7 May 2019 11:37:00 +0000 (UTC) Received: from localhost.localdomain (ovpn-116-186.ams2.redhat.com [10.36.116.186]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 34DC61001DFE; Tue, 7 May 2019 11:36:49 +0000 (UTC) Date: Tue, 7 May 2019 13:36:48 +0200 From: Kevin Wolf To: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Message-ID: <20190507113648.GG5808@localhost.localdomain> References: <20190505224737.1028-1-philmd@redhat.com> <20190505224737.1028-2-philmd@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20190505224737.1028-2-philmd@redhat.com> User-Agent: Mutt/1.11.3 (2019-02-01) X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.49]); Tue, 07 May 2019 11:37:00 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: Re: [Qemu-devel] [PATCH 1/1] MAINTAINERS: Add an entry for the Parallel NOR Flash devices X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , Thomas Huth , Stephen Checkoway , Paul Burton , "Michael S . Tsirkin" , Jordan Justen , qemu-devel@nongnu.org, Laszlo Ersek , Roy Franz , Michael Walle , Paolo Bonzini , Alex =?iso-8859-1?Q?Benn=E9e?= , Thomas Petazzoni , Jan Kiszka , "Edgar E . Iglesias" , Stefan Weil , Jean-Christophe PLAGNIOL-VILLARD , David Engraf , Markus Armbruster Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Am 06.05.2019 um 00:47 hat Philippe Mathieu-Daud=E9 geschrieben: > Step in to maintain it, since I have some familiarity with > the technology. >=20 > Signed-off-by: Philippe Mathieu-Daud=E9 Thanks, applied to the block branch. Kevin