Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932797AbWCVVfJ (ORCPT ); Wed, 22 Mar 2006 16:35:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932798AbWCVVfI (ORCPT ); Wed, 22 Mar 2006 16:35:08 -0500 Received: from 216-99-217-87.dsl.aracnet.com ([216.99.217.87]:13186 "EHLO sorel.sous-sol.org") by vger.kernel.org with ESMTP id S932797AbWCVVfG (ORCPT ); Wed, 22 Mar 2006 16:35:06 -0500 Date: Wed, 22 Mar 2006 13:34:35 -0800 From: Chris Wright To: Andi Kleen Cc: virtualization@lists.osdl.org, Zachary Amsden , Linus Torvalds , Linux Kernel Mailing List , Xen-devel , Andrew Morton , Dan Hecht , Dan Arai , Anne Holler , Pratap Subrahmanyam , Christopher Li , Joshua LeVasseur , Chris Wright , Rik Van Riel , Jyothy Reddy , Jack Lo , Kip Macy , Jan Beulich , Ky Srinivasan , Wim Coekaerts , Leendert van Doorn Subject: Re: [RFC, PATCH 1/24] i386 Vmi documentation Message-ID: <20060322213435.GI15997@sorel.sous-sol.org> References: <200603131759.k2DHxeep005627@zach-dev.vmware.com> <200603222105.58912.ak@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603222105.58912.ak@suse.de> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1459 Lines: 35 * Andi Kleen (ak@suse.de) wrote: > On Monday 13 March 2006 18:59, Zachary Amsden wrote: > > > + The general mechanism for providing customized features and > > + capabilities is to provide notification of these feature through > > + the CPUID call, > > How should that work since CPUID cannot be intercepted by > a Hypervisor (without VMX/SVM)? Yeah, it requires guest kernel cooperation/modification. > > + The net result of these choices is that most of the calls are very > > + easy to make from C-code, and calls that are likely to be required in > > + low level trap handling code are easy to call from assembler. Most > > + of these calls are also very easily implemented by the hypervisor > > + vendor in C code, and only the performance critical calls from > > + assembler paths require custom assembly implementations. > > + > > + CORE INTERFACE CALLS > > Did I miss it or do you never describe how to find these entry points? It's the ROM interface. For native they are emitted directly inline. For non-native, they are emitted as call stubs, which call to the ROM. I don't recall if it's in this doc, but the inline patch has all the gory details. thanks, -chris - 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/