From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH 3/6] KVM: x86: NoBigReal was mistakenly considering la instead of ea Date: Wed, 1 Oct 2014 17:58:32 +0200 Message-ID: <20141001155832.GC12085@potion.brq.redhat.com> References: <1412099359-5316-1-git-send-email-namit@cs.technion.ac.il> <1412099359-5316-4-git-send-email-namit@cs.technion.ac.il> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: pbonzini@redhat.com, kvm@vger.kernel.org, nadav.amit@gmail.com To: Nadav Amit Return-path: Received: from mx1.redhat.com ([209.132.183.28]:9582 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751612AbaJAP6o (ORCPT ); Wed, 1 Oct 2014 11:58:44 -0400 Content-Disposition: inline In-Reply-To: <1412099359-5316-4-git-send-email-namit@cs.technion.ac.il> Sender: kvm-owner@vger.kernel.org List-ID: 2014-09-30 20:49+0300, Nadav Amit: > NoBigReal emulation should consider the effective address is between = 0 and > 0xffff instead of checking the logical address. Currently there are = no > instructions which are marked with NoBigReal flag, so this bug curren= tly has no > impact. (Would be nice if we actually used it :) > Signed-off-by: Nadav Amit > --- Should have first looked at git-blame instead of SDM, Reviewed-by: Radim Kr=C4=8Dm=C3=A1=C5=99