From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH kvm-unit-tests] emulator: test rip-relative insn with immediate operand Date: Tue, 21 Jun 2011 12:49:43 -0300 Message-ID: <20110621154943.GB708@amt.cnet> References: <1308502255-11318-1-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, xin.li@intel.com To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:26869 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756842Ab1FURGe (ORCPT ); Tue, 21 Jun 2011 13:06:34 -0400 Content-Disposition: inline In-Reply-To: <1308502255-11318-1-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, Jun 19, 2011 at 07:50:55PM +0300, Avi Kivity wrote: > kvm has a bug with instructions of the form > > opcode $imm, displ(%%rip) > > Where the effective address was not calculated correctly. Test > it now. > > Signed-off-by: Avi Kivity Applied, thanks.