From: Marcelo Tosatti <[email protected]>
Signed-off-by: Marcelo Tosatti <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
diff --git a/qemu-kvm.c b/qemu-kvm.c
index 290fe26..f3ef999 100644
--- a/qemu-kvm.c
+++ b/qemu-kvm.c
@@ -2357,11 +2357,6 @@ int kvm_set_irq(int irq, int level, int *status)
#endif
-int qemu_kvm_get_dirty_pages(unsigned long phys_addr, void *buf)
-{
- return kvm_get_dirty_pages(kvm_context, phys_addr, buf);
-}
-
void kvm_mutex_unlock(void)
{
assert(!cpu_single_env);
diff --git a/qemu-kvm.h b/qemu-kvm.h
index 8879193..ba3808a 100644
--- a/qemu-kvm.h
+++ b/qemu-kvm.h
@@ -874,8 +874,6 @@ void qemu_kvm_notify_work(void);
void kvm_tpr_access_report(CPUState *env, uint64_t rip, int is_write);
-int qemu_kvm_get_dirty_pages(unsigned long phys_addr, void *buf);
-
int kvm_arch_init_irq_routing(void);
int kvm_mmio_read(void *opaque, uint64_t addr, uint8_t * data, int len);
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html