]> git.proxmox.com Git - mirror_qemu.git/blobdiff - kvm.h
Rename target_phys_addr_t to hwaddr
[mirror_qemu.git] / kvm.h
diff --git a/kvm.h b/kvm.h
index eefcb492f0a81bfebaf30d9896b6092033bab460..2b26dcb9bb9dba5c28081f7c7dd4318b2f7ac0d5 100644 (file)
--- a/kvm.h
+++ b/kvm.h
@@ -259,7 +259,7 @@ static inline void cpu_synchronize_post_init(CPUArchState *env)
 
 #if !defined(CONFIG_USER_ONLY)
 int kvm_physical_memory_addr_from_host(KVMState *s, void *ram_addr,
-                                       target_phys_addr_t *phys_addr);
+                                       hwaddr *phys_addr);
 #endif
 
 #endif