Copy libkvm into the qemu directory structure
commit14cd1fdede96646992fc1f9731d3e367f0807ef0
authorAvi Kivity <avi@redhat.com>
Thu, 21 May 2009 16:01:13 +0000 (21 19:01 +0300)
committerAvi Kivity <avi@redhat.com>
Thu, 21 May 2009 16:01:13 +0000 (21 19:01 +0300)
treea22c488332b0300f63c7b90d333b158f72ba0939
parentaa04a64f00be218d996e1e341c4190180e0b7c0c
Copy libkvm into the qemu directory structure

This paves the way for moving functionality out of libkvm and into the
native qemu/kvm integration code.

Signed-off-by: Avi Kivity <avi@redhat.com>
15 files changed:
Makefile.target
configure
libkvm-all.c [new file with mode: 0644]
libkvm-all.h [new file with mode: 0644]
libkvm-common.h [new file with mode: 0644]
qemu-kvm-ia64.c
qemu-kvm-x86.c
qemu-kvm.c
qemu-kvm.h
target-i386/libkvm.c [new file with mode: 0644]
target-i386/libkvm.h [new file with mode: 0644]
target-ia64/libkvm.c [new file with mode: 0644]
target-ia64/libkvm.h [new file with mode: 0644]
target-ppc/libkvm.c [new file with mode: 0644]
target-ppc/libkvm.h [new file with mode: 0644]