Re: [PATCH] KVM: Qemu: Define the macro CONFIG_$ARCH for building
Avi Kivity <[email protected]>
| Newsgroups | org.kernel.vger.kvm-ia64,org.kernel.vger.kvm |
|---|---|
| Message-ID | <[email protected]> |
Zhang, Xiantao wrote: > I can't find a version of unifdef which can handle || operation, > which version are you using? > 1.117 Given the input #if defined(X) || defined(Y) aaa #else bbb #endif Running 'unifdef -DX -UY' seems to make sense out of it. -- I have a truly marvellous patch that fixes the bug which this signature is too narrow to contain.