From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpRVG-0002Mi-VE for qemu-devel@nongnu.org; Mon, 23 Jan 2012 16:32:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpRVF-0003ni-5I for qemu-devel@nongnu.org; Mon, 23 Jan 2012 16:32:38 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:32884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpRVE-0003nJ-Rq for qemu-devel@nongnu.org; Mon, 23 Jan 2012 16:32:37 -0500 Message-ID: <4F1DD1F2.5050303@mail.berlios.de> Date: Mon, 23 Jan 2012 22:32:34 +0100 From: Stefan Weil MIME-Version: 1.0 References: <4F1DA926.4000709@siemens.com> <4F1DB21A.8090607@mail.berlios.de> <4F1DB2D0.9080301@siemens.com> <4F1DB432.3060804@mail.berlios.de> <4F1DBE22.609@codemonkey.ws> <4F1DC3CC.4040006@web.de> <4F1DC51C.5030409@codemonkey.ws> In-Reply-To: <4F1DC51C.5030409@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC][PATCH] signrom: Speed up checksum calculation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel On 01/23/2012 02:32 PM, Jan Kiszka wrote: > On 2012-01-23 21:08, Anthony Liguori wrote: >> >> I've been thinking that we could potentially rewrite a large chunk >> (all?) of configure in python too since we have such a hard >> dependency now. [snip] > However, I will now write signrom.py. That's much shorter. > > Jan I think that will improve that script (and maybe configure later) a lot. Let me just add a small remark: We require python2 now, but please try to be compatible with python3 as far as possible. It _is_ possible, at least to some degree (I tried it with the existing QEMU scripts). I don't believe that QEMU will stick to python2 forever, so avoiding unnecessary incompatibilities now will save us time later. Cheers, Stefan