From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: x86 emulator: add CALL FAR instruction emulation (opcode 9a) Date: Wed, 25 Aug 2010 19:54:43 -0300 Message-ID: <20100825225442.GA4476@amt.cnet> References: <4C74B3ED.9060105@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]:39848 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751392Ab0HYXPH (ORCPT ); Wed, 25 Aug 2010 19:15:07 -0400 Content-Disposition: inline In-Reply-To: <4C74B3ED.9060105@cn.fujitsu.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Aug 25, 2010 at 02:10:53PM +0800, Wei Yongjun wrote: > Signed-off-by: Wei Yongjun > --- > arch/x86/kvm/emulate.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied (and v2 testcase), thanks.