From 4495d6a74575b4ee7e9aabdc66e67b6c9e19a698 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Fri, 1 May 2009 20:52:46 +0200 Subject: kvm: Introduce kvm_set_migration_log Introduce a global dirty logging flag that enforces logging for all slots. This can be used by the live migration code to enable/disable global logging withouth destroying the per-slot setting. Signed-off-by: Jan Kiszka Signed-off-by: Anthony Liguori --- kvm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'kvm.h') diff --git a/kvm.h b/kvm.h index 4cf754962a..1d247e093e 100644 --- a/kvm.h +++ b/kvm.h @@ -45,6 +45,7 @@ void kvm_physical_sync_dirty_bitmap(target_phys_addr_t start_addr, int kvm_log_start(target_phys_addr_t phys_addr, ram_addr_t size); int kvm_log_stop(target_phys_addr_t phys_addr, ram_addr_t size); +int kvm_set_migration_log(int enable); int kvm_has_sync_mmu(void); -- cgit v1.2.3