[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL v2 3/3] target-i386: Reject invalid CPU feature n
From: |
Eduardo Habkost |
Subject: |
Re: [Qemu-devel] [PULL v2 3/3] target-i386: Reject invalid CPU feature names on the command-line |
Date: |
Thu, 4 Sep 2014 15:17:33 -0300 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
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