From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 2/2] Add test for ljmp. Date: Wed, 28 Apr 2010 13:31:24 -0300 Message-ID: <20100428163124.GC18168@amt.cnet> References: <1272372964-4159-1-git-send-email-gleb@redhat.com> <1272372964-4159-2-git-send-email-gleb@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]:59557 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755623Ab0D1QhY (ORCPT ); Wed, 28 Apr 2010 12:37:24 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o3SGbOMf026552 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 28 Apr 2010 12:37:24 -0400 Content-Disposition: inline In-Reply-To: <1272372964-4159-2-git-send-email-gleb@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Apr 27, 2010 at 03:56:04PM +0300, Gleb Natapov wrote: > Test that ljmp with operand in IO memory works. > > Signed-off-by: Gleb Natapov Applied both, thanks.