Re: [Qemu-devel] [PATCH 10/20] softmmu: Use uintptr_t for physaddr

2012-04-15 Thread Blue Swirl
On Sun, Apr 15, 2012 at 14:13, Stefan Weil wrote: > Variable physaddr is a host address which should be represented by > data type 'uintptr_t'. As you note, the name is wrong and should be fixed, for example 'hostaddr' or 'raw_ptr' would be better. If you need to revisit the series, please consid

[Qemu-devel] [PATCH 10/20] softmmu: Use uintptr_t for physaddr

2012-04-15 Thread Stefan Weil
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. Signed-off-by: Stefan Weil --- softmmu_header.h |9 +++-- 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/softmmu_header.h