From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7WBx-0000d7-PV for qemu-devel@nongnu.org; Tue, 13 Mar 2012 14:11:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7WBv-0000da-Qg for qemu-devel@nongnu.org; Tue, 13 Mar 2012 14:11:25 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:48757) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7WBv-0000dT-Ma for qemu-devel@nongnu.org; Tue, 13 Mar 2012 14:11:23 -0400 Received: by yhoo21 with SMTP id o21so970998yho.4 for ; Tue, 13 Mar 2012 11:11:22 -0700 (PDT) Message-ID: <4F5F8DC6.4070309@codemonkey.ws> Date: Tue, 13 Mar 2012 13:11:18 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1330893156-26569-1-git-send-email-afaerber@suse.de> <1331346496-10736-1-git-send-email-afaerber@suse.de> <1331346496-10736-44-git-send-email-afaerber@suse.de> <4F5F8C94.50508@suse.de> In-Reply-To: <4F5F8C94.50508@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH RFC v4 43/44] Rename CPUState -> CPUArchState List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: qemu-devel@nongnu.org On 03/13/2012 01:06 PM, Andreas Färber wrote: > Am 10.03.2012 03:28, schrieb Andreas Färber: >> Signed-off-by: Andreas Färber >> --- > > FWIW this commit message is missing the sed command used for automatic > conversion. It's in the cover letter, and I'll add it for v5/PULL if > there is consensus to go ahead with "CPUState". Reviewed-by: Anthony Liguori Even without the sed command, the conversion is straight forward. Regards, Anthony Liguori > > Andreas >