From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 6BE8E1A06DF for ; Mon, 15 Jun 2015 15:40:06 +1000 (AEST) Date: Mon, 15 Jun 2015 15:37:20 +1000 From: Paul Mackerras To: Hemant Kumar Cc: linuxppc-dev@lists.ozlabs.org, maddy@linux.vnet.ibm.com, srikar@linux.vnet.ibm.com, linux-kernel@vger.kernel.org, acme@kernel.org, scottwood@freescale.com, warrier@linux.vnet.ibm.com, sukadev@linux.vnet.ibm.com, mingo@kernel.org Subject: Re: [PATCH RESEND v4 3/3] kvm/powerpc: Export HCALL reason codes Message-ID: <20150615053720.GA15637@pale.ozlabs.ibm.com> References: <1434344169-32438-1-git-send-email-hemant@linux.vnet.ibm.com> <1434344169-32438-3-git-send-email-hemant@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1434344169-32438-3-git-send-email-hemant@linux.vnet.ibm.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Jun 15, 2015 at 10:26:09AM +0530, Hemant Kumar wrote: > For perf to analyze the KVM events like hcalls, we need the > hypervisor calls and their codes to be exported through uapi. Why? The hcall codes are defined externally to the kernel (in the PAPR document) and won't change. They're not kernel API. Paul.