From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerone Young Date: Thu, 26 Jun 2008 15:14:21 +0000 Subject: Re: [PATCH 4 of 4] Add initial PowerPC libcflat files & make file Message-Id: <1214493261.8513.4.camel@thinkpadL> List-Id: References: <0818f751aba30d65eb39.1214426354@thinkpadL> <1214429299.1746.42.camel@localhost.localdomain> In-Reply-To: <1214429299.1746.42.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Hollis Blanchard Cc: kvm@vger.kernel.org, kvm-ppc@vger.kernel.org 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&m0043765909206&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.