kvm: user: ppc: implement PowerPC 44x libcflat
commitd319a20a5c2d7aada48eb5f5a5ddb6491ec2e1c1
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)
tree9bc0e6d787525620705f33887cb03168816ead40
parentbaf526e7f30924a7c468cd2aef39178678d21fcd
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>
kvm/user/config-powerpc-44x.mak [new file with mode: 0644]
kvm/user/config-powerpc.mak
kvm/user/test/lib/powerpc/44x/map.c [new file with mode: 0644]
kvm/user/test/lib/powerpc/44x/tlbwe.S [new file with mode: 0644]
kvm/user/test/lib/powerpc/io.c [new file with mode: 0644]
kvm/user/test/powerpc/cstart.S [new file with mode: 0644]
kvm/user/test/powerpc/exit.c [new file with mode: 0644]