Fold target-i386/libkvm.c into qemu-kvm-x86.c
commitd7cd214d6148e5ad904da5cc6588230988c487e5
authorGlauber Costa <glommer@redhat.com>
Thu, 18 Jun 2009 19:37:54 +0000 (18 15:37 -0400)
committerAvi Kivity <avi@redhat.com>
Sun, 21 Jun 2009 10:00:42 +0000 (21 13:00 +0300)
treec14823971aaaf1a4a98c73feed1aa0d0d25e8656
parent503f492fa7abb679d0779305bd75346bd323487c
Fold target-i386/libkvm.c into qemu-kvm-x86.c

Same spirit of what has already been done for the generic code.
Fold libkvm.c into qemu-kvm-x86.c. handle_tpr_access becomes
kvm_handle_tpr_access, to avoid name clash.

Signed-off-by: Glauber Costa <glommer@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Makefile.target
qemu-kvm-x86.c
target-i386/libkvm.c [deleted file]