From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Subject: Re: [PATCH v2] kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVM Date: Thu, 03 May 2012 07:17:37 +1000 Message-ID: <1335993457.4088.0.camel@pasglop> References: <1331884714.3105.166.camel@pasglop> <4FA1376E.2030606@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: kvm-ppc@vger.kernel.org, kvm@vger.kernel.org To: Alexander Graf Return-path: Received: from gate.crashing.org ([63.228.1.57]:53027 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751679Ab2EBVRn (ORCPT ); Wed, 2 May 2012 17:17:43 -0400 In-Reply-To: <4FA1376E.2030606@suse.de> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, 2012-05-02 at 15:32 +0200, Alexander Graf wrote: > This function needs to be available in real mode on HV, but the ones > below must be on module code when kvm is compiled as a module, > because > they call kvm infrastructure which lives in module code. Yes, I realized that, can you fix it in your tree ? Cheers, Ben.