From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] x86 emulator: Add test acc, imm instruction (opcodes 0xA8 - 0xA9) Date: Wed, 12 May 2010 22:57:54 -0300 Message-ID: <20100513015754.GB32674@amt.cnet> References: <1273605760-12081-1-git-send-email-m.gamal005@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com, kvm@vger.kernel.org To: Mohammed Gamal Return-path: Received: from mx1.redhat.com ([209.132.183.28]:40471 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754909Ab0EMCkz (ORCPT ); Wed, 12 May 2010 22:40:55 -0400 Content-Disposition: inline In-Reply-To: <1273605760-12081-1-git-send-email-m.gamal005@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, May 11, 2010 at 10:22:40PM +0300, Mohammed Gamal wrote: > This adds test acc, imm instruction to the x86 emulator > > Signed-off-by: Mohammed Gamal > --- > arch/x86/kvm/emulate.c | 5 ++++- > 1 files changed, 4 insertions(+), 1 deletions(-) Applied, thanks.