Il 17/12/2013 11:15, Paolo Bonzini ha scritto: > Il 17/12/2013 09:55, Martin Husemann ha scritto: >> On NetBSD int8_t and friends are preprocessor macros expanding to __int8_t >> (which is a typedef provided by machine dependent headers). >> >> include/exec/softmmu_template.h tries to safe 3 lines of code by using >> preprosseor concatenation, which only will work if int8_t is not a define, >> or defined to int8_t. >> >> The attached patch fixes this. > > Hi Martin, the patch looks good, but please resend it according to the > rules in http://wiki.qemu.org/Contribute/SubmitAPatch - thanks!
Ping? Paolo