From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXctV-0001B0-RP for qemu-devel@nongnu.org; Thu, 24 May 2012 14:36:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SXctQ-00051u-Ib for qemu-devel@nongnu.org; Thu, 24 May 2012 14:36:17 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:53603) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXctQ-00051O-DV for qemu-devel@nongnu.org; Thu, 24 May 2012 14:36:12 -0400 Received: by obbwd20 with SMTP id wd20so116892obb.4 for ; Thu, 24 May 2012 11:36:10 -0700 (PDT) Message-ID: <4FBE7F96.3010405@codemonkey.ws> Date: Thu, 24 May 2012 13:36:06 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <4FBC5C67.1080007@suse.de> <4FBD42D9.6050809@suse.de> <4FBD4C2F.5080606@codemonkey.ws> <4FBE393A.4090508@suse.de> <4FBE7A0C.3060707@weilnetz.de> In-Reply-To: <4FBE7A0C.3060707@weilnetz.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH] exec: fix breakpoint_invalidate() breakage List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Blue Swirl , TeLeMan , qemu-devel , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , Avi Kivity On 05/24/2012 01:12 PM, Stefan Weil wrote: > Am 24.05.2012 15:35, schrieb Andreas Färber: >> Am 24.05.2012 04:12, schrieb TeLeMan: >>> I won't use >>> my Chinese name because I think it's my privacy. >> >> That exactly is touching the core point: Signed-off-by is about >> transparency and taking responsibility for your actions, not hiding in >> anonymity. It's a certification of whom the code came from and who would >> be to blame if anything was wrong with that (think non-GPL-compatible >> code taken from somewhere else). >> >> Why should you be granted more privacy than us just because your name is >> Chinese? There's quite a few Chinese IBM guys around that don't seem to >> have any problem with this, and git would even handle UTF-8 characters >> quite well if desired[*]. >> >> Andreas >> >> >> [*] For example, >> >> commit e965fc380703110e967febf8d5b2ecd7db53b5d2 >> Author: 陳韋任 >> Date: Mon Feb 6 14:02:55 2012 +0800 >> >> cpu-exec.c: Correct comment about this file and indentation cleanup >> >> Each target uses the #define macro (in target-xxx/cpu.h) to rename >> cpu_exec (cpu-exec.c) to cpu_xxx_exec, then defines its own cpu_loop >> which calls cpu_xxx_exec. So basically, cpu-exec.c is not only the i386 >> emulator main execution loop. This patch corrects the comment of this >> file and does indentation cleanup. >> >> Signed-off-by: Chen Wei-Ren (陳韋任) >> Signed-off-by: Stefan Hajnoczi > > This discussion looks strange for me. I'm not going to commit patches with a Signed-off-by if I know the name is an alias. DCO requires the use of a real name. DCO is an important part of ensuring the pedigree of a code base just like copyright licensing. Regards, Anthony Liguori