From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH kvm-unit-tests 1/3] x86: svm: fix exitinfo values for NPT tests Date: Tue, 2 Sep 2014 18:14:24 +0200 Message-ID: <20140902161424.GA16722@suse.de> References: <1409670328-14384-1-git-send-email-pbonzini@redhat.com> <1409670328-14384-2-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, agraf@suse.de, valentine.sinitsyn@gmail.com, jan.kiszka@siemens.com To: Paolo Bonzini Return-path: Received: from cantor2.suse.de ([195.135.220.15]:46271 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751666AbaIBQO2 (ORCPT ); Tue, 2 Sep 2014 12:14:28 -0400 Content-Disposition: inline In-Reply-To: <1409670328-14384-2-git-send-email-pbonzini@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Sep 02, 2014 at 05:05:26PM +0200, Paolo Bonzini wrote: > The exitinfo values were plain wrong for the page-walk tests > (including npt_rsvd), or else they were missing bits 32:33. > Expect the right values. Are bits 32:33 really emulated? IIRC they were not emulated in the inital implementation, and they are missing in some hardware NPT implementations as well. Joerg