summaryrefslogtreecommitdiff
path: root/qemu-kvm.h
diff options
context:
space:
mode:
authorMarcelo Tosatti <mtosatti@redhat.com>2010-05-03 19:48:22 -0300
committerAvi Kivity <avi@redhat.com>2010-05-05 11:49:36 +0300
commitcde35638a9cffb34a3af557bb133d6d3f95a232e (patch)
tree8118c19b14f550cd1691ef9698035351034eeefe /qemu-kvm.h
parent8941a7bd1f355e436d9326c0287dbd94e8385e3c (diff)
remove unused kvm_get_dirty_pages
And make kvm_unregister_memory_area static. Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'qemu-kvm.h')
-rw-r--r--qemu-kvm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/qemu-kvm.h b/qemu-kvm.h
index 31aee7767..645dde8d1 100644
--- a/qemu-kvm.h
+++ b/qemu-kvm.h
@@ -381,14 +381,11 @@ void *kvm_create_phys_mem(kvm_context_t, unsigned long phys_start,
unsigned long len, int log, int writable);
void kvm_destroy_phys_mem(kvm_context_t, unsigned long phys_start,
unsigned long len);
-void kvm_unregister_memory_area(kvm_context_t, uint64_t phys_start,
- unsigned long len);
int kvm_is_containing_region(kvm_context_t kvm, unsigned long phys_start,
unsigned long size);
int kvm_register_phys_mem(kvm_context_t kvm, unsigned long phys_start,
void *userspace_addr, unsigned long len, int log);
-int kvm_get_dirty_pages(kvm_context_t, unsigned long phys_addr, void *buf);
int kvm_get_dirty_pages_range(kvm_context_t kvm, unsigned long phys_addr,
unsigned long end_addr, void *opaque,
int (*cb)(unsigned long start,