From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] test: Add emulator test for iret instruction Date: Thu, 29 Jul 2010 12:50:42 -0300 Message-ID: <20100729155042.GA2635@amt.cnet> References: <1280309941-13571-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]:50349 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754632Ab0G2QUr (ORCPT ); Thu, 29 Jul 2010 12:20:47 -0400 Content-Disposition: inline In-Reply-To: <1280309941-13571-1-git-send-email-m.gamal005@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Jul 28, 2010 at 12:39:01PM +0300, Mohammed Gamal wrote: > This adds a unit test for real mode emulation of the iret instruction > > Signed-off-by: Mohammed Gamal > > --- > Changes from v1: > - Added test for 16-bit iret > - Added tests for returned eflags > --- > kvm/test/x86/realmode.c | 79 +++++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 79 insertions(+), 0 deletions(-) Applied, thanks.