From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sbb07-0003rA-Vs for qemu-devel@nongnu.org; Mon, 04 Jun 2012 13:23:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sbb06-0001Ei-AM for qemu-devel@nongnu.org; Mon, 04 Jun 2012 13:23:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sbb06-0001Eb-2A for qemu-devel@nongnu.org; Mon, 04 Jun 2012 13:23:30 -0400 Message-ID: <4FCCEF0C.6030007@redhat.com> Date: Mon, 04 Jun 2012 19:23:24 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1338808409-19501-1-git-send-email-kwolf@redhat.com> <1338808409-19501-3-git-send-email-kwolf@redhat.com> <4FCCE5AC.1000104@redhat.com> In-Reply-To: <4FCCE5AC.1000104@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 02/12] qcow2: fix the byte endian convertion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org, anthony@codemonkey.ws Am 04.06.2012 18:43, schrieb Eric Blake: > On 06/04/2012 05:13 AM, Kevin Wolf wrote: >> From: Zhi Yong Wu > > Is it too late to s/convertion/conversion/ in the subject? Depends on whether Anthony has already pulled to his local repo, I guess. I've renamed it to "qcow2: fix endianness conversion" in my tree now, we'll see which versions will get into master. Kevin