From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerone Young Subject: [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to libcflat Date: Wed, 25 Jun 2008 15:39:10 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm-ppc@vger.kernel.org To: kvm@vger.kernel.org Return-path: Received: from e33.co.us.ibm.com ([32.97.110.151]:57591 "EHLO e33.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751185AbYFYUlt (ORCPT ); Wed, 25 Jun 2008 16:41:49 -0400 Sender: kvm-owner@vger.kernel.org List-ID: This set of patches are to consolidate test libraries into a single library archive. This lib archive is libcflat. This will allow common code to be shared among archs. Signed-off-by: Jerone Young 26 files changed, 602 insertions(+), 427 deletions(-) user/Makefile | 11 +- user/config-powerpc.mak | 10 + user/config-x86-common.mak | 16 +-- user/main.c | 2 user/test/lib/libcflat.h | 37 +++++++ user/test/lib/panic.c | 13 ++ user/test/lib/powerpc/44x/map.c | 51 +++++++++ user/test/lib/powerpc/44x/tlbwe.S | 29 +++++ user/test/lib/powerpc/io.c | 35 ++++++ user/test/lib/printf.c | 179 +++++++++++++++++++++++++++++++++ user/test/lib/string.c | 21 +++ user/test/lib/x86/apic.h | 14 ++ user/test/lib/x86/io.c | 23 ++++ user/test/lib/x86/smp.c | 150 ++++++++++++++++++++++++++++ user/test/lib/x86/smp.h | 16 +++ user/test/x86/lib/apic.h | 14 -- user/test/x86/lib/exit.c | 5 user/test/x86/lib/printf.c | 195 ------------------------------------- user/test/x86/lib/printf.h | 2 user/test/x86/lib/smp.c | 151 ---------------------------- user/test/x86/lib/smp.h | 16 --- user/test/x86/lib/string.c | 21 --- user/test/x86/lib/string.h | 7 - user/test/x86/port80.c | 3 user/test/x86/smptest.c | 5 user/test/x86/tsc.c | 3