* Sasha Levin <levinsasha928@xxxxxxxxx> wrote: > +#define max(x, y) ((x) > (y)) ? (x) : (y) Please have a look at tools/perf/util/include/linux/kernel.h where we have a type-safe version of the same - please put that into a header in tools/kvm/. ( There was some reason why perf could not use the kernel's min/max definitions, the details escape me. ) Looks nice otherwise! Acked-by: Ingo Molnar <mingo@xxxxxxx> Ingo -- 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