On Thu, Sep 04, 2014 at 07:20:13PM +0200, Andreas Färber wrote: [...] > +static uint32_t x86_cpu_get_supported_feature_word(FeatureWord w, > + bool migratable_only); > + > #ifdef CONFIG_KVM > > static int cpu_x86_fill_model_id(char *str) > @@ -1310,9 +1314,6 @@ static void host_x86_cpu_class_init(ObjectClass *oc, > void *data) > dc->props = host_x86_cpu_properties; > } > > -static uint32_t x86_cpu_get_supported_feature_word(FeatureWord w, > - bool migratable_only); > -
This was supposed to be squashed into patch 1/2, not this one. (That was my fault, as I mentioned the wrong patch when I submitted the build error fix.) -- Eduardo