From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: how to debug unhandled vm exit: 0x11? Date: Mon, 26 Jul 2010 19:14:39 +0300 Message-ID: <4C4DB46F.3070509@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Neo Jia Return-path: Received: from mx1.redhat.com ([209.132.183.28]:56390 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753172Ab0GZQOm (ORCPT ); Mon, 26 Jul 2010 12:14:42 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 07/26/2010 07:01 PM, Neo Jia wrote: > hi, > > I am seeing an unhandled vm exit: 0x11 on Win7 with KVM-88 release and > wondering if I am still able to dump the code from guest OS when this > happens. But it looks that all instructions are 0s after adding one > more print code after dumping the guest registers. > > And it is very likely that this problem is fixed in the latest qemu > code base but I still would like to know how to debug and investigate > this kind of problem. BTW, I am using 32-bit qemu + 64-bit KVM kernel > module. > > unhandled vm exit: 0x11 The first step is to look up exit reason 0x11 in the manual and see what it means. -- error compiling committee.c: too many arguments to function