From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaTwK-0003xb-IC for qemu-devel@nongnu.org; Thu, 09 May 2013 12:43:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UaTwF-00071n-I9 for qemu-devel@nongnu.org; Thu, 09 May 2013 12:43:32 -0400 Received: from mail-gg0-x236.google.com ([2607:f8b0:4002:c02::236]:58191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UaTwF-00071a-DT for qemu-devel@nongnu.org; Thu, 09 May 2013 12:43:27 -0400 Received: by mail-gg0-f182.google.com with SMTP id f1so698061ggn.41 for ; Thu, 09 May 2013 09:43:26 -0700 (PDT) Sender: Richard Henderson Message-ID: <518BD228.8000208@twiddle.net> Date: Thu, 09 May 2013 09:43:20 -0700 From: Richard Henderson MIME-Version: 1.0 References: <518A0B29.9080903@msgid.tls.msk.ru> <518A14F4.80907@msgid.tls.msk.ru> In-Reply-To: <518A14F4.80907@msgid.tls.msk.ru> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] (i386) TCG is broken in 1.5-rc0 with guest kernel 3.2? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: carl@nextdayvideo.com, qemu-devel On 05/08/2013 02:03 AM, Michael Tokarev wrote: > I just tried 1.5-rc0 (32bit x86 userspace), and guest kernel >> crashes in an interesting way right at init time. >> >> qemu-system-x86_64 -net none -kernel /boot/vmlinuz-3.2-amd64 -append console=ttyS0 -serial file:serial >> Irritatingly, this works for me, with the current fedora 18 kernel, x86_64-softmmu/qemu-system-x86_64: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0x3286b0bfb3272b9b3004abe8d0c306f12470d77d, not stripped ./x86_64-softmmu/qemu-system-x86_64 -net none -kernel /boot/vmlinuz 3.8.11-200.fc18.x86_64 -append console=ttyS0 -serial stdio Which makes it all the way until it panics for lack of root filesystem. Hopefully this is the problem fixed by Aurelien's tcg/optimize.c patch today (not yet applied to qemu head)? r~