From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerone Young Subject: Re: [PATCH 4 of 4] Add initial PowerPC libcflat files & make file changes Date: Thu, 26 Jun 2008 10:14:21 -0500 Message-ID: <1214493261.8513.4.camel@thinkpadL> References: <0818f751aba30d65eb39.1214426354@thinkpadL> <1214429299.1746.42.camel@localhost.localdomain> Reply-To: jyoung5@us.ibm.com Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, kvm-ppc@vger.kernel.org To: Hollis Blanchard Return-path: Received: from e2.ny.us.ibm.com ([32.97.182.142]:35282 "EHLO e2.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751245AbYFZPO0 (ORCPT ); Thu, 26 Jun 2008 11:14:26 -0400 In-Reply-To: <1214429299.1746.42.camel@localhost.localdomain> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, 2008-06-25 at 16:28 -0500, Hollis Blanchard wrote: > On Wed, 2008-06-25 at 15:39 -0500, Jerone Young wrote: > > 4 files changed, 124 insertions(+), 1 deletion(-) > > user/config-powerpc.mak | 10 ++++++- > > user/test/lib/powerpc/44x/map.c | 51 +++++++++++++++++++++++++++++++++++++ > > user/test/lib/powerpc/44x/tlbwe.S | 29 +++++++++++++++++++++ > > user/test/lib/powerpc/io.c | 35 +++++++++++++++++++++++++ > > Without user/test/powerpc/cstart.S (and exit.c which uses it), most of > this code is totally unused. That should at least be an additional patch > in this series; see > http://marc.info/?l=kvm-ppc-devel&m=120043765909206&w=2 > I held back PowerPC testcase code using these for now. As I have other patches that are going to come in and do stuff as well. But these patches introduce the code needed for libcflat to build mainly. The point of this patch series was mainly for libcflat. I will drop patches for PowerPC that use libcflat soon.