From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] add "xchg ax, reg" emulator test Date: Wed, 17 Mar 2010 16:10:38 -0300 Message-ID: <20100317191038.GB12565@amt.cnet> References: <20100316124252.GD1365@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com, kvm@vger.kernel.org To: Gleb Natapov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:10221 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755070Ab0CQTT4 (ORCPT ); Wed, 17 Mar 2010 15:19:56 -0400 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o2HJJuZ8030027 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 17 Mar 2010 15:19:56 -0400 Content-Disposition: inline In-Reply-To: <20100316124252.GD1365@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Mar 16, 2010 at 02:42:52PM +0200, Gleb Natapov wrote: > Add test for opcodes 0x90-0x9f emulation > > Signed-off-by: Gleb Natapov > diff --git a/kvm/user/test/x86/realmode.c b/kvm/user/test/x86/realmode.c > index bc6b27f..bfc2942 100644 Applied, thanks.