Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756109AbYA0Iki (ORCPT ); Sun, 27 Jan 2008 03:40:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750936AbYA0Ik3 (ORCPT ); Sun, 27 Jan 2008 03:40:29 -0500 Received: from bzq-179-150-194.static.bezeqint.net ([212.179.150.194]:56321 "EHLO il.qumranet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750792AbYA0Ik3 (ORCPT ); Sun, 27 Jan 2008 03:40:29 -0500 Message-ID: <479C4379.8090005@qumranet.com> Date: Sun, 27 Jan 2008 10:40:25 +0200 From: Avi Kivity User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: Joerg Roedel CC: kvm-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [kvm-devel] [PATCH 4/8] X86: export information about NPT to generic x86 code References: <1201294393-22613-1-git-send-email-joerg.roedel@amd.com> <1201294393-22613-5-git-send-email-joerg.roedel@amd.com> In-Reply-To: <1201294393-22613-5-git-send-email-joerg.roedel@amd.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 932 Lines: 25 Joerg Roedel wrote: > The generic x86 code has to know if the specific implementation uses Nested > Paging. In the generic code Nested Paging is called Hardware Assisted Paging > (HAP) to avoid confusion with (future) HAP implementations of other vendors. > This patch exports the availability of HAP to the generic x86 code. > > int (*set_tss_addr)(struct kvm *kvm, unsigned int addr); > + > + bool (*hap_enabled)(void); > }; > > Since the value doesn't change during the lifetime of the VM, it can be a data field instead of a function. Or, if we find that npt/ept is always a win, a static field in mmu.c. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/