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 <[EMAIL PROTECTED]>

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 
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to