From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c7HjU-00032s-OU for qemu-devel@nongnu.org; Thu, 17 Nov 2016 03:07:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c7HjR-00073Y-Jb for qemu-devel@nongnu.org; Thu, 17 Nov 2016 03:07:44 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33266) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c7HjR-00072G-Dr for qemu-devel@nongnu.org; Thu, 17 Nov 2016 03:07:41 -0500 Date: Thu, 17 Nov 2016 16:07:38 +0800 From: Fam Zheng Message-ID: <20161117080738.GB2058@lemon> References: <147648037766.14770.15179642645810274907.stgit@bahia> <20161018151646.GI12728@redhat.com> <20161018153124.GB15199@redhat.com> <20161018175200.48a2d3cc@bahia> <20161020142520.GB2733@stefanha-x1.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161020142520.GB2733@stefanha-x1.localdomain> Subject: Re: [Qemu-devel] [PATCH] trace: fix group name generation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Greg Kurz , qemu-devel@nongnu.org, Peter Maydell On Thu, 10/20 15:25, Stefan Hajnoczi wrote: > > > > I have two other patches ready to fix the current situation: > > - one using os.getcwd() to guess the build directory > > - one implementing --group as mentioned in my other mail > > > > But the one that filters unwanted characters is a less intrusive > > workaround. > > If Dan's patches will eliminate the issue then we can take a workaround. > > Any more comments about Greg's patch before I merge it? Should we include this in -rc1? I still see a build error today. Fam