kvm: user: ppc: implement PowerPC 44x libcflat
commita4877169de5d08270c1bd186b8826cc16d427f5e
authorHollis Blanchard <hollisb@us.ibm.com>
Tue, 28 Oct 2008 15:52:32 +0000 (28 16:52 +0100)
committerAvi Kivity <avi@redhat.com>
Wed, 29 Oct 2008 12:43:51 +0000 (29 14:43 +0200)
tree8ca49c8e418e926485d42184d2c43de6918a482a
parent8d02d82fc5b8a9503b53518ffad5485e013986d4
kvm: user: ppc: implement PowerPC 44x libcflat

- Create a 44x-specific makefile.
- Reorganize PowerPC makefiles to separate "simple" tests from those which
  link with libcflat.
- Create a minimal libcflat testcase (which just exits).

Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
user/config-powerpc-44x.mak [new file with mode: 0644]
user/config-powerpc.mak
user/test/lib/powerpc/44x/map.c [new file with mode: 0644]
user/test/lib/powerpc/44x/tlbwe.S [new file with mode: 0644]
user/test/lib/powerpc/io.c [new file with mode: 0644]
user/test/powerpc/cstart.S [new file with mode: 0644]
user/test/powerpc/exit.c [new file with mode: 0644]