Re: [Qemu-devel] [PATCH for-1.4 1/2] bswap: Fix width of swap in leul_to_cpu

2013-02-06 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

[Qemu-devel] [PATCH for-1.4 1/2] bswap: Fix width of swap in leul_to_cpu

2013-02-04 Thread Richard Henderson
The misnamed HOST_LONG_BITS is really HOST_POINTER_BITS. Here we're explicitly using an unsigned long, rather than uintptr_t, so it is more correct to select the swap size via ULONG_MAX. Acked-by: Andreas Färber Signed-off-by: Richard Henderson --- include/qemu/bswap.h | 12 ++-- 1 fil