All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: Benjamin Gilbert <bgilbert@cs.cmu.edu>
Cc: kvm@vger.kernel.org
Subject: Re: Kernel GPF in vmx_save_host_state()
Date: Wed, 18 Mar 2009 10:55:30 +0200	[thread overview]
Message-ID: <49C0B702.1060807@redhat.com> (raw)
In-Reply-To: <49C0313C.5010906@cs.cmu.edu>

Benjamin Gilbert wrote:
> I accidentally tried to run a 64-bit guest on a 32-bit host.  Even 
> though this isn't supported, it shouldn't crash my kernel.  :-)
>
> CPU: Intel Core 2 Quad
> KVM: kernel kvm-84-640-g967f619, userspace kvm-84-304-g2ced1d8.  Also 
> occurs with vanilla kvm-84.
> Host kernel: Vanilla 2.6.28
> Host arch: i386
> Guest: Debian Etch x86_64, distributor 2.6.18 kernel
> Commandline: qemu-system-x86_64 -hda debian-etch-x86_64 -m 512
> Occurs with: -no-kvm-irqchip, -no-kvm-pit
> Does not occur with: -no-kvm
>
> As soon as the guest kernel starts, the host produces:
>
> general protection fault: 0000 [#1] PREEMPT SMP
> last sysfs file: /sys/kernel/uevent_seqnum
> Dumping ftrace buffer:
>    (ftrace buffer empty)
> Modules linked in: kvm_intel kvm
>
>
> Pid: 6570, comm: qemu-system-x86 Not tainted (2.6.28-686 #4) Precision 
> WorkStat
> EIP: 0060:[<f8cf3d97>] EFLAGS: 00010246 CPU: 2
> EIP is at vmx_save_host_state+0x193/0x1a6 [kvm_intel]
> EAX: 00000100 EBX: 00000000 ECX: c0000080 EDX: 00000000
>

 From ECX, it looks like it's trying to access EFER and enable LM.

Please provide your /proc/cpuinfo.


> Code: ec 81 e1 01 08 00 00 31 db 89 f2 09 ca 89 55 e0 89 f8 09 d8 89 
> 45 e4 be 8

And this line, in full.

-- 
error compiling committee.c: too many arguments to function


  reply	other threads:[~2009-03-18  8:55 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-17 23:24 Kernel GPF in vmx_save_host_state() Benjamin Gilbert
2009-03-18  8:55 ` Avi Kivity [this message]
2009-03-18 17:26   ` Benjamin Gilbert
2009-03-19  9:22     ` Avi Kivity
2009-03-19 21:00       ` Benjamin Gilbert
2009-03-22  9:08         ` Avi Kivity
2009-03-23 18:24           ` Benjamin Gilbert
2009-03-23 18:34             ` Avi Kivity
2009-03-23 18:41               ` Benjamin Gilbert
2009-03-23 19:25                 ` Avi Kivity
2009-03-23 20:07                   ` Benjamin Gilbert
2009-03-19  4:04 ` Amit Shah
2009-03-19  9:55   ` Avi Kivity
2009-03-19 10:16     ` Amit Shah
2009-03-19 10:30       ` 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=49C0B702.1060807@redhat.com \
    --to=avi@redhat.com \
    --cc=bgilbert@cs.cmu.edu \
    --cc=kvm@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.