public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@qumranet.com>
To: Jan Luebbe <jluebbe@lasnet.de>
Cc: kvm-devel@lists.sourceforge.net
Subject: Re: kvm-67: kernel panic while	booting	debian-40r3-i386-businesscard.iso
Date: Fri, 02 May 2008 13:12:14 +0300	[thread overview]
Message-ID: <481AE8FE.5060904@qumranet.com> (raw)
In-Reply-To: <1209401422.30950.27.camel@polaris>

Jan Luebbe wrote:
> Hi!
>
> I'm preparing kvm-67 for debian. While testing i noticed a problem:
>
> When booting the debian installer from the official CD [1] this problem:
>   

> Call Trace:                     
>  [<c0146d5b>] kmem_cache_create+0x15e/0x410
> Code: c3 57 56 53 89 c6 9c 5f fa 8b 08 83 39 00 74 12 c7 41 0c 01 00 00
> 00 8b 01
>  48 89 01 8b 5c 81 10 eb 07 e8 a5 fb ff ff 89 c3 57 9d <0f> 0d 0b 90 85
> db 74 1b
>  8b 56 10 31 c0 89 d1 c1 e9 02 89 df f3
> EIP: [<c01467be>] kmem_cache_zalloc+0x2a/0x53 SS:ESP 0068:c030ff80
>  <0>Kernel panic - not syncing: Attempted to kill the idle task!
>   
0f 0d 0b                prefetchw (%ebx)

This is an AMD 3Dnow! instruction, which is not supported on Intel 
processors.  I guess the 3Dnow! cpuid bit leaked in via the qemu merge.

I guess two fixes are needed:
- remove the 3Dnow! bit
- add emulation for prefetchw (easy, as it doesn't need to do anything) 
to support live migration from AMD to Intel

-- 
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

  parent reply	other threads:[~2008-05-02 10:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-28 16:50 kvm-67: kernel panic while booting debian-40r3-i386-businesscard.iso Jan Luebbe
2008-04-28 20:06 ` Joerg Roedel
2008-05-02 10:12 ` Avi Kivity [this message]
2008-05-04 22:38   ` Jan Luebbe
2008-05-06 14:32     ` Avi Kivity

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=481AE8FE.5060904@qumranet.com \
    --to=avi@qumranet.com \
    --cc=jluebbe@lasnet.de \
    --cc=kvm-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox