From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YShO0-00047t-Tq for qemu-devel@nongnu.org; Tue, 03 Mar 2015 02:37:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YShNx-000334-Nj for qemu-devel@nongnu.org; Tue, 03 Mar 2015 02:37:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43996) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YShNx-00032r-Fs for qemu-devel@nongnu.org; Tue, 03 Mar 2015 02:36:57 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t237auAn026260 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 3 Mar 2015 02:36:56 -0500 Date: Tue, 3 Mar 2015 15:36:54 +0800 From: Fam Zheng Message-ID: <20150303073654.GA27774@ad.nay.redhat.com> References: <20150228064712.GA15109@ad.nay.redhat.com> <1425367229.9080.7.camel@nilsson.home.kraxel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425367229.9080.7.camel@nilsson.home.kraxel.org> Subject: Re: [Qemu-devel] Announcement: Patchew server is online now List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On Tue, 03/03 08:20, Gerd Hoffmann wrote: > On Sa, 2015-02-28 at 14:47 +0800, Fam Zheng wrote: > > Enjoy, and feel free to make comments! > > Very nice. > > Search by path (files touched by patch) would be nice, i.e. something > like "path:ui/vnc*" to see all patches touching vnc code. Interesting. Any good python library or existing implementations in your mind? Otherwise I have to write a simple patch mail parsing library to achieve that. > > Also recognizing more tags (such as tested-by, see here for an example): > http://qemu.patchew.org/series/% > 3C1425312553-19877-1-git-send-email-kraxel@redhat.com%3E Sure, this is a good catch! Fam