From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] test: add test for xchg instruction Date: Thu, 15 Jul 2010 23:02:34 -0300 Message-ID: <20100716020234.GB21287@amt.cnet> References: <4C3E5D47.2030507@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org To: Wei Yongjun Return-path: Received: from mx1.redhat.com ([209.132.183.28]:53625 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935298Ab0GPCVg (ORCPT ); Thu, 15 Jul 2010 22:21:36 -0400 Content-Disposition: inline In-Reply-To: <4C3E5D47.2030507@cn.fujitsu.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Jul 15, 2010 at 08:58:47AM +0800, Wei Yongjun wrote: > This patch add test for xchg instruction. > > Signed-off-by: Wei Yongjun > --- > kvm/test/x86/emulator.c | 52 +++++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 52 insertions(+), 0 deletions(-) Applied, thanks.