Re: [Qemu-devel] qemu 1.7.0 does not build on NetBSD (patch)

2014-01-15 Thread Paolo Bonzini
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

Re: [Qemu-devel] qemu 1.7.0 does not build on NetBSD (patch)

2013-12-17 Thread Paolo Bonzini
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

[Qemu-devel] qemu 1.7.0 does not build on NetBSD (patch)

2013-12-17 Thread Martin Husemann
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 in