From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] KVM: x86 emulator: fix group3 instruction decoding Date: Thu, 17 Jun 2010 15:00:52 +0300 Message-ID: <4C1A0E74.5060906@redhat.com> References: <4C16D0A0.2090203@cn.fujitsu.com> <20100616140927.GA1662@amt.cnet> <4C19EC03.50509@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , kvm@vger.kernel.org To: Wei Yongjun Return-path: Received: from mx1.redhat.com ([209.132.183.28]:1025 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759832Ab0FQMBI (ORCPT ); Thu, 17 Jun 2010 08:01:08 -0400 In-Reply-To: <4C19EC03.50509@cn.fujitsu.com> Sender: kvm-owner@vger.kernel.org List-ID: On 06/17/2010 12:33 PM, Wei Yongjun wrote: > Group 3 instruction with ModRM reg field as 001 is > defined as test instruction under AMD arch, and > emulate_grp3() is ready for emulate it, so fix the > decoding. > > Strange but true. Did you encounter any situation which actually needed this, or did you find this by code inspection? -- error compiling committee.c: too many arguments to function