From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WO4Vl-00077x-Se for qemu-devel@nongnu.org; Thu, 13 Mar 2014 08:13:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WO4Vh-0007gr-Fs for qemu-devel@nongnu.org; Thu, 13 Mar 2014 08:13:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WO4Vg-0007ea-Uv for qemu-devel@nongnu.org; Thu, 13 Mar 2014 08:13:17 -0400 Date: Thu, 13 Mar 2014 13:13:12 +0100 From: Stefan Hajnoczi Message-ID: <20140313121312.GB13611@stefanha-thinkpad.redhat.com> References: <1394436721-21812-1-git-send-email-cyliu@suse.com> <1394436721-21812-2-git-send-email-cyliu@suse.com> <20140311132948.GE7761@stefanha-thinkpad.redhat.com> <20140312082727.GB17763@stefanha-thinkpad.muc.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v22 01/25] add def_value_str to QemuOptDesc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chunyan Liu Cc: Kevin Wolf , Stefan Hajnoczi , qemu-devel@nongnu.org On Thu, Mar 13, 2014 at 10:46:45AM +0800, Chunyan Liu wrote: > 2014-03-12 16:27 GMT+08:00 Stefan Hajnoczi : > > > On Wed, Mar 12, 2014 at 10:45:57AM +0800, Chunyan Liu wrote: > > > 2014-03-11 21:29 GMT+08:00 Stefan Hajnoczi : > > > > > > > On Mon, Mar 10, 2014 at 03:31:37PM +0800, Chunyan Liu wrote: > > > > > Add def_value_str (default value) to QemuOptDesc, to replace > > function of > > > > the > > > > > default value in QEMUOptionParameter. And improved related functions. > > > > > > > > > > Signed-off-by: Dong Xu Wang > > > > > > > > The address should be . > > > > > > > > > > Seems this address is not valid now, so when sending patches with git > > > send-email, it's > > > changed to be automatically. > > > > That sounds weird. Are you sure it's not because you grabbed the > > patches from a web mailing list archive that hides email address to > > avoid spammers? > > > > Absolutely no. In previous version, no such problem. Only in this version, > while > doing "git send-email", got the message about "email delivery failed", and > the > address changed. I'll still keep this address in new version patch series: > wdongxu@linux.vnet.ibm.com I don't think the change comes from git: $ git clone https://github.com/git/git.git $ cd git && git grep 'address@hidden' (Even grepping for 'hidden' doesn't show any relevant hits.) I'm on CC list for these patches, so the emails are sent directly to my SMTP server. Since they go directly and not via the mailing list, we can eliminate the mailing list software. The mailing list archive also shows so that eliminates my SMTP server: http://article.gmane.org/gmane.comp.emulators.qemu/260626 Do you see in git-log(1)? If yes, then maybe it's possible to track it down via git-reflog(1). If no, then it's happening while the mail is being sent. Stefan