From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v3] KVM: x86 emulator: add LDS/LES/LFS/LGS/LSS instruction emulation Date: Mon, 23 Aug 2010 20:26:32 -0300 Message-ID: <20100823232632.GF32690@amt.cnet> References: <4C6BA1D4.5040503@cn.fujitsu.com> <4C6DF3CA.80709@cn.fujitsu.com> <4C721BB6.3030809@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]:27641 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752730Ab0HWX7H (ORCPT ); Mon, 23 Aug 2010 19:59:07 -0400 Content-Disposition: inline In-Reply-To: <4C721BB6.3030809@cn.fujitsu.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Aug 23, 2010 at 02:56:54PM +0800, Wei Yongjun wrote: > Add LDS/LES/LFS/LGS/LSS instruction emulation. > (opcode 0xc4, 0xc5, 0x0f 0xb2, 0x0f 0xb4~0xb5) > > Signed-off-by: Wei Yongjun > --- > v2 -> v3: no changes, just porting to today's git tree > --- > arch/x86/kvm/emulate.c | 50 ++++++++++++++++++++++++++++++++++++++++++++--- > 1 files changed, 46 insertions(+), 4 deletions(-) Applied, thanks.