Re: [Qemu-devel] [PATCH 4/4] fixup! pc: implement pc-dimm device abstraction

2014-06-17 Thread Michael S. Tsirkin
On Mon, Jun 16, 2014 at 06:33:43PM +0200, Igor Mammedov wrote: > fix typecheck error in DEFINE_PROP_UINT64 when building with with clang, > on OS X ram_addr_t is uintptr_t with size 8 bytes but compiler > still refuses to accept type_check() macro as valid. > > It's still fixing consequences of ho

[Qemu-devel] [PATCH 4/4] fixup! pc: implement pc-dimm device abstraction

2014-06-16 Thread Igor Mammedov
fix typecheck error in DEFINE_PROP_UINT64 when building with with clang, on OS X ram_addr_t is uintptr_t with size 8 bytes but compiler still refuses to accept type_check() macro as valid. It's still fixing consequences of how ram_addr_t is defined but it's safer this way than to change ram_addr_t