On 2015-02-02 10:05, Paolo Bonzini wrote: > > > On 02/02/2015 08:04, Jan Kiszka wrote: >>>> +#if X86_FEATURE_XSAVEOPT < 10 * 32 >>>> +#undef X86_FEATURE_XSAVEOPT >>>> +#endif >>>> +#define X86_FEATURE_XSAVEOPT (10*32+0) /* XSAVEOPT instruction */ >> This causes redefinition warnings if the condition is not met. Was the >> plan to put the define before the #endif? > > The plan was to match the kernel's definition, which however has a space: > > #define X86_FEATURE_XSAVEOPT (10*32+ 0) > > But putting the define before the #endif also works. Finally got my buildbot working again: There are some open issues, maybe you can have a look at http://buildbot.kiszka.org/kvm-kmod/waterfall, next branch. At least the 3.17 thing requires fixing but may require more than a #define. Thanks, Jan -- Siemens AG, Corporate Technology, CT RTC ITP SES-DE Corporate Competence Center Embedded Linux -- 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