From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH] add "xchg ax, reg" emulator test Date: Tue, 16 Mar 2010 14:52:48 +0200 Message-ID: <20100316125248.GE1365@redhat.com> References: <20100316124252.GD1365@redhat.com> <4B9F7EB2.9060004@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: mtosatti@redhat.com, kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:45811 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752326Ab0CPMwu (ORCPT ); Tue, 16 Mar 2010 08:52:50 -0400 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o2GCqnfV000492 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 16 Mar 2010 08:52:50 -0400 Content-Disposition: inline In-Reply-To: <4B9F7EB2.9060004@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Mar 16, 2010 at 02:50:58PM +0200, Avi Kivity wrote: > On 03/16/2010 02:42 PM, Gleb Natapov wrote: > >Add test for opcodes 0x90-0x9f emulation > > > > Reviewed-by: Avi Kivity > > >+ MK_INSN(xchg_test1, "xchg %eax,%eax\n\t"); > > AKA 'nop'. > Yep, but we still emulate it. -- Gleb.