From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1l6W88-0007t7-PF for mharc-qemu-trivial@gnu.org; Mon, 01 Feb 2021 05:08:24 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:59282) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l6W87-0007sP-7h for qemu-trivial@nongnu.org; Mon, 01 Feb 2021 05:08:23 -0500 Received: from 4.mo51.mail-out.ovh.net ([188.165.42.229]:52017) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l6W84-0005TZ-Ev for qemu-trivial@nongnu.org; Mon, 01 Feb 2021 05:08:22 -0500 Received: from mxplan5.mail.ovh.net (unknown [10.108.20.10]) by mo51.mail-out.ovh.net (Postfix) with ESMTPS id 2F4DD2483B4; Mon, 1 Feb 2021 11:08:16 +0100 (CET) Received: from kaod.org (37.59.142.97) by DAG8EX1.mxp5.local (172.16.2.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Mon, 1 Feb 2021 11:08:12 +0100 Authentication-Results: garm.ovh; auth=pass (GARM-97G0028438ea4f-28c5-4a75-8da1-b23abfb7f071, A925A526D972EDC30A5527F39256541BB2C63354) smtp.auth=groug@kaod.org X-OVh-ClientIp: 78.197.208.248 Date: Mon, 1 Feb 2021 11:08:10 +0100 From: Greg Kurz To: Christian Schoenebeck CC: , Subject: Re: [PATCH] MAINTAINERS: add my github tree URL Message-ID: <20210201110810.28b58ddc@bahia.lan> In-Reply-To: References: X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [37.59.142.97] X-ClientProxiedBy: DAG9EX2.mxp5.local (172.16.2.82) To DAG8EX1.mxp5.local (172.16.2.71) X-Ovh-Tracer-GUID: 1f868333-4bf2-4d8f-aa1d-ba5784fe7dd7 X-Ovh-Tracer-Id: 15208655945768802781 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgeduledrfeekgdduvdcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecunecujfgurhepfffhvffukfgjfhfogggtgfhisehtjeertdertddvnecuhfhrohhmpefirhgvghcumfhurhiiuceoghhrohhugheskhgrohgurdhorhhgqeenucggtffrrghtthgvrhhnpedvveegledvkeffheeuvdduieeludefudejteeuleetudegheehjeeileeitdegteenucffohhmrghinhepghhithhlrggsrdgtohhmpdhgihhthhhusgdrtghomhenucfkpheptddrtddrtddrtddpfeejrdehledrudegvddrleejnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmohguvgepshhmthhpqdhouhhtpdhhvghlohepmhigphhlrghnhedrmhgrihhlrdhovhhhrdhnvghtpdhinhgvtheptddrtddrtddrtddpmhgrihhlfhhrohhmpehgrhhouhhgsehkrghougdrohhrghdprhgtphhtthhopehqvghmuhdqthhrihhvihgrlhesnhhonhhgnhhurdhorhhg Received-SPF: pass client-ip=188.165.42.229; envelope-from=groug@kaod.org; helo=4.mo51.mail-out.ovh.net X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RCVD_IN_SBL=0.141, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Feb 2021 10:08:23 -0000 On Sat, 30 Jan 2021 15:39:14 +0100 Christian Schoenebeck wrote: > I already used this github URL for PRs before and will continue to use it in > foreseeable future. > > Signed-off-by: Christian Schoenebeck > --- Reviewed-by: Greg Kurz Unless you're planning to send a PR soon, I guess this can go through the trivial tree. > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index bcd88668bc..e8f49aeebd 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1832,6 +1832,7 @@ F: fsdev/ > F: docs/interop/virtfs-proxy-helper.rst > F: tests/qtest/virtio-9p-test.c > T: git https://gitlab.com/gkurz/qemu.git 9p-next > +T: git https://github.com/cschoenebeck/qemu.git 9p.next > > virtio-blk > M: Stefan Hajnoczi