From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44732 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMplA-0007Aq-Sg for qemu-devel@nongnu.org; Thu, 10 Jun 2010 17:58:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMpl9-0007Sd-QA for qemu-devel@nongnu.org; Thu, 10 Jun 2010 17:58:00 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:37231) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMpl9-0007SE-Lw for qemu-devel@nongnu.org; Thu, 10 Jun 2010 17:57:59 -0400 Received: by yxk8 with SMTP id 8so125979yxk.4 for ; Thu, 10 Jun 2010 14:57:58 -0700 (PDT) Sender: Richard Henderson Message-ID: <4C115F39.8060106@twiddle.net> Date: Thu, 10 Jun 2010 14:55:05 -0700 From: Richard Henderson MIME-Version: 1.0 References: <201006101651.25427.thomas_ml@monjalon.net> <20100610185559.GA13566@hall.aurel32.net> In-Reply-To: <20100610185559.GA13566@hall.aurel32.net> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [BUG] tcg-i386: regression after merge 64-bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 06/10/2010 11:55 AM, Aurelien Jarno wrote: > On Thu, Jun 10, 2010 at 04:51:24PM +0200, Thomas Monjalon wrote: >> My guest Linux/PPC cannot boot on my host x86 since this commit: >> 5d8a4f8f: tcg-i386: Merge 64-bit generation >> >> This is the output: >> zImage starting: loaded at 0x400000 (sp: 0x004e5eb0) >> inflate returned -3 msg: invalid literal/lengths set >> > > Sorry, I concentrated on testing x86_64, because I was waiting for the > breakage on that side, I should also have tested i386. > > That should be fixed in the git tree now. Sorry about that. Merge error after we dropped the bits that performed ext8u with AND for i386, reg >= 4. r~