]> git.proxmox.com Git - mirror_qemu.git/commit - softmmu_header.h
softmmu: Use uintptr_t for physaddr and rename it
authorStefan Weil <sw@weilnetz.de>
Sun, 15 Apr 2012 19:02:09 +0000 (21:02 +0200)
committerStefan Weil <sw@weilnetz.de>
Sun, 15 Apr 2012 19:25:17 +0000 (21:25 +0200)
commit23ddbf08bfe3cf3e9d6993bd7918b6c4339ba2bb
treea92bd75082afea08fe754cb20c9c47f954b79e09
parent3b2992e42f8945f4bc6b9151f83dbf2bb5bcd538
softmmu: Use uintptr_t for physaddr and rename it

Variable physaddr is a host address which should be represented by
data type 'uintptr_t'.

This is needed for w64 and changes nothing for other hosts.

v2:
Rename physaddr -> hostaddr (suggested by Blue Swirl).

Signed-off-by: Stefan Weil <sw@weilnetz.de>
softmmu_header.h