Re: [Qemu-devel] [PATCH v6 2/3] target-i386: x86_cpu_load_features() function

2016-10-10 Thread Igor Mammedov
On Fri, 7 Oct 2016 17:29:01 -0300 Eduardo Habkost wrote: > When probing for CPU model information, we need to reuse the code > that initializes CPUID fields, but not the remaining side-effects > of x86_cpu_realizefn(). Move that code to a separate function > that can be reused later. > > Signed

[Qemu-devel] [PATCH v6 2/3] target-i386: x86_cpu_load_features() function

2016-10-07 Thread Eduardo Habkost
When probing for CPU model information, we need to reuse the code that initializes CPUID fields, but not the remaining side-effects of x86_cpu_realizefn(). Move that code to a separate function that can be reused later. Signed-off-by: Eduardo Habkost --- Changes v5 -> v6: * Move x86_cpu_filter_fe