From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] Export three symbols for kvm use. Date: Thu, 20 Dec 2007 17:03:25 +0000 Message-ID: <20071220170324.GA29209@infradead.org> References: <42DFA526FC41B1429CE7279EF83C6BDCB139E3@pdsmsx415.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Luck, Tony" , Avi Kivity , kvm-devel@lists.sourceforge.net, linux-ia64@vger.kernel.org To: "Zhang, Xiantao" Return-path: Content-Disposition: inline In-Reply-To: <42DFA526FC41B1429CE7279EF83C6BDCB139E3@pdsmsx415.ccr.corp.intel.com> Sender: linux-ia64-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Thu, Dec 20, 2007 at 01:57:01PM +0800, Zhang, Xiantao wrote: > Hi Tony, > In order to build kvm source successfully, we need to export > three symbols for kvm use. Please review. Maybe Avi can check-in to > kvm.git upstream first. > > Thanks > Xiantao > From: Zhang Xiantao > Date: Thu, 20 Dec 2007 09:37:41 +0800 > Subject: [PATCH] ia64: Export three symbols for module use > > Since kvm/module needs to use some unexported functions in kernel, > so export them with this patch. Please submit this together with the actual kvm code as we don't export symbols for out of tree usage, thanks.