]> Git Repo - qemu.git/blobdiff - kvm.h
kvm: switch kvm slots to use host virtual address instead of ram_addr_t
[qemu.git] / kvm.h
diff --git a/kvm.h b/kvm.h
index 243b063f92d9c4824000b05d8895f659ed999a4d..c1de81a11c32693a24b01172f6f13509e0e8ff9b 100644 (file)
--- a/kvm.h
+++ b/kvm.h
@@ -188,8 +188,8 @@ static inline void cpu_synchronize_post_init(CPUState *env)
 
 
 #if !defined(CONFIG_USER_ONLY)
-int kvm_physical_memory_addr_from_ram(KVMState *s, ram_addr_t ram_addr,
-                                      target_phys_addr_t *phys_addr);
+int kvm_physical_memory_addr_from_host(KVMState *s, void *ram_addr,
+                                       target_phys_addr_t *phys_addr);
 #endif
 
 #endif
This page took 0.023353 seconds and 4 git commands to generate.