All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to libcflat
@ 2008-06-25 20:39 ` Jerone Young
  0 siblings, 0 replies; 34+ messages in thread
From: Jerone Young @ 2008-06-25 20:39 UTC (permalink / raw)
  To: kvm; +Cc: kvm-ppc

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 <jyoung5@us.ibm.com>

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 

^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2008-07-05 17:59 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-25 20:39 [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to libcflat Jerone Young
2008-06-25 20:39 ` Jerone Young
2008-06-25 20:39 ` [PATCH 1 of 4] Consilidate libcflat for x86 to single lib for all Jerone Young
2008-06-25 20:39   ` [PATCH 1 of 4] Consilidate libcflat for x86 to single lib for all archs Jerone Young
2008-06-25 20:39 ` [PATCH 2 of 4] Add Makefile and test changes required for x86 to use Jerone Young
2008-06-25 20:39   ` [PATCH 2 of 4] Add Makefile and test changes required for x86 to use libcflat Jerone Young
2008-06-25 20:39 ` [PATCH 3 of 4] Remove old x86 test libs, Jerone Young
2008-06-25 20:39   ` [PATCH 3 of 4] Remove old x86 test libs, that are now appart of libcflat Jerone Young
2008-06-25 20:39 ` [PATCH 4 of 4] Add initial PowerPC libcflat files & make file changes Jerone Young
2008-06-25 20:39   ` Jerone Young
2008-06-25 21:28   ` [PATCH 4 of 4] Add initial PowerPC libcflat files & make file Hollis Blanchard
2008-06-25 21:28     ` [PATCH 4 of 4] Add initial PowerPC libcflat files & make file changes Hollis Blanchard
2008-06-26 15:14     ` [PATCH 4 of 4] Add initial PowerPC libcflat files & make file Jerone Young
2008-06-26 15:14       ` [PATCH 4 of 4] Add initial PowerPC libcflat files & make file changes Jerone Young
2008-06-25 21:27 ` [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to Hollis Blanchard
2008-06-25 21:27   ` [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to libcflat Hollis Blanchard
2008-06-26 15:12   ` [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to Jerone Young
2008-06-26 15:12     ` [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to libcflat Jerone Young
2008-06-26 22:01     ` [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to Hollis Blanchard
2008-06-26 22:01       ` [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to libcflat Hollis Blanchard
2008-06-29  9:10 ` [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to Avi Kivity
2008-06-29  9:10   ` [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to libcflat Avi Kivity
2008-06-29 13:24   ` [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to Avi Kivity
2008-06-29 13:24     ` [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to libcflat Avi Kivity
2008-07-01  7:33     ` [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to Jerone Young
2008-07-01  7:33       ` [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to libcflat Jerone Young
2008-07-05  9:28       ` [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to Avi Kivity
2008-07-05  9:28         ` [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to libcflat Avi Kivity
2008-07-05 17:32         ` [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to Jerone Young
2008-07-05 17:32           ` [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to libcflat Jerone Young
2008-07-05 17:36           ` [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to Avi Kivity
2008-07-05 17:36             ` [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to libcflat Avi Kivity
2008-07-05 17:59             ` [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to Jerone Young
2008-07-05 17:59               ` [PATCH 0 of 4] [kvm-userspace][test] consolidate test libs to libcflat Jerone Young

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.