From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny ter Haar Subject: Re: kvm problems on new hardware Date: Thu, 29 Oct 2009 19:37:24 +0100 Message-ID: <1256841444.4117.16.camel@thinkpaddth> References: <20091026100651.GA15566@dth.net> <4AE6C126.5030803@redhat.com> <1256639276.3889.29.camel@thinkpaddth> <4AE6CCA1.9000307@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from zaphod.dth.net ([85.159.112.68]:38437 "EHLO zaphod.dth.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754762AbZJ2ShZ (ORCPT ); Thu, 29 Oct 2009 14:37:25 -0400 In-Reply-To: <4AE6CCA1.9000307@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Update: I compiled/installed 2.6.32-rc5-git3 on this machine I manually start kvm: vhost1:~# kvm -m 512 -cdrom /vz/template/iso/debian-503-amd64-netinst.iso The bootscreen comes up, i hit enter to install and i get these messages (copied from dmesg) handle_exception: unexpected, vectoring info 0x80000010 intr info 0x80000b0d handle_exception: unexpected, vectoring info 0x8000000d intr info 0x80000b0d [this line is repeated many times: dmesg |grep 0x80000b0d | wc -l 570 ] and finally before ending the kvm session i get: vmx_handle_exit: unexpected, valid vectoring info (0x8000000d) and exit reason is 0x80000021 Can somebody make a slightly related guess what this means ? Bad hardware ? cpu ? mem ? Bueller, anyone ?