From: Avi Kivity <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
diff --git a/qemu-kvm.c b/qemu-kvm.c
index 171344d..9790389 100644
--- a/qemu-kvm.c
+++ b/qemu-kvm.c
@@ -2487,7 +2487,7 @@ int kvm_physical_sync_dirty_bitmap(target_phys_addr_t
start_addr,
return 0;
}
-int kvm_log_start(target_phys_addr_t phys_addr, target_phys_addr_t len)
+int kvm_log_start(target_phys_addr_t phys_addr, ram_addr_t len)
{
#ifdef TARGET_I386
if (must_use_aliases_source(phys_addr))
@@ -2500,7 +2500,7 @@ int kvm_log_start(target_phys_addr_t phys_addr,
target_phys_addr_t len)
return 0;
}
-int kvm_log_stop(target_phys_addr_t phys_addr, target_phys_addr_t len)
+int kvm_log_stop(target_phys_addr_t phys_addr, ram_addr_t len)
{
#ifdef TARGET_I386
if (must_use_aliases_source(phys_addr))
--
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