summaryrefslogtreecommitdiff
path: root/qemu-kvm.h
diff options
context:
space:
mode:
authorMarcelo Tosatti <mtosatti@redhat.com>2010-03-23 13:53:34 -0300
committerAvi Kivity <avi@redhat.com>2010-03-24 11:41:56 +0200
commit97411cd2bc7e7e5f36d8f2bb5882627309ba9a90 (patch)
tree2152795361c215cbc7379e2040f661fc920cf484 /qemu-kvm.h
parentef1ac550e43e366bb54565b359f007b8a72d3967 (diff)
remove kvm_update_dirty_pages_log call from ram_save_block
There is no need to update the dirty log from inside ram_save_block, since this happens through cpu_physical_sync_dirty_bitmap. In stage 3, where the VM is stopped, cpu_physical_sync_dirty_bitmap guarantees dirty log is synchronized before migration finishes. 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-kvm.h b/qemu-kvm.h
index 0cbc6f701..88791932b 100644
--- a/qemu-kvm.h
+++ b/qemu-kvm.h
@@ -836,7 +836,6 @@ void kvm_hpet_disable_kpit(void);
int kvm_set_irq(int irq, int level, int *status);
int kvm_physical_memory_set_dirty_tracking(int enable);
-int kvm_update_dirty_pages_log(void);
void qemu_kvm_call_with_env(void (*func)(void *), void *data, CPUState *env);
void qemu_kvm_cpuid_on_env(CPUState *env);