To be used by next patch. Signed-off-by: Marcelo Tosatti <mtosatti@xxxxxxxxxx> Index: qemu-memslot/bswap.h =================================================================== --- qemu-memslot.orig/bswap.h +++ qemu-memslot/bswap.h @@ -205,8 +205,10 @@ static inline void cpu_to_be32wu(uint32_ #ifdef HOST_WORDS_BIGENDIAN #define cpu_to_32wu cpu_to_be32wu +#define leul_to_cpu(v) le ## HOST_LONG_BITS ## _to_cpu(v) #else #define cpu_to_32wu cpu_to_le32wu +#define leul_to_cpu(v) (v) #endif #undef le_bswap -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html