From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [patch] emit more information on the emulation failure Date: Tue, 19 Jun 2007 11:11:03 +0300 Message-ID: <46778F97.3090703@qumranet.com> References: <1182208821.10599.4.camel@lnitindesktop.sc.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm-devel To: "Kamble, Nitin A" Return-path: In-Reply-To: <1182208821.10599.4.camel-mpPvwfgnXtFHIUuj5cj4Omt3HXsI98Cx0E9HWUfgJXw@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Errors-To: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: kvm.vger.kernel.org Kamble, Nitin A wrote: > Hi Avi, > > Attached is a small patch to emit little bit more information when > emulcation reaches cannot_emulate:. > > > The patch looks fine to the scripts/checkpatch.pl. It show not look to > you in the DOS format, unless something in between us is changing the > format of the attachment. > > @@ -1350,7 +1350,8 @@ twobyte_special_insn: > goto writeback; > > cannot_emulate: > - DPRINTF("Cannot emulate %02x\n", b); > + DPRINTF("Cannot emulate %02x at 0x%lx:0x%lx\n", > + b, ctxt->cs_base, ctxt->vcpi->rip); > return -1; > } How can this compile? I think you need to replace ctxt->vcpi by ctxt->vcpu. -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/