qemu-kvm.c memory cleanup
commit7b4927d96b3b43aefab8e73956fa7db17e60bbf7
authorGlauber Costa <glommer@redhat.com>
Mon, 6 Jul 2009 20:12:48 +0000 (6 16:12 -0400)
committerAvi Kivity <avi@redhat.com>
Tue, 7 Jul 2009 09:47:23 +0000 (7 12:47 +0300)
treefe77b2acd056cf5515612f57297419928a070660
parent4c6fee4f9d8ea7256b8eabfd8e4afeaf703820d9
qemu-kvm.c memory cleanup

Now that libkvm is merged into this file, there is a lot of things we
don't need.

kvm_create_phys_mem() is only used by user/ files, and so can be
removed from this implementation.
kvm_cpu_register_physical_memory() morphs into kvm_set_phys_mem(),
and uses qemu types.

Signed-off-by: Glauber Costa <glommer@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
qemu-kvm.c
qemu-kvm.h