commit | 41f3d4d69a423dadb8431fda65d8d7c68c0de0fc | [log] [tgz] |
---|---|---|
author | Eduardo Habkost <ehabkost@redhat.com> | Wed Sep 28 15:03:26 2016 -0300 |
committer | Eduardo Habkost <ehabkost@redhat.com> | Mon Oct 17 15:44:49 2016 -0200 |
tree | 9d637d98806b387dc37f59a20884368841f05231 | |
parent | e9e60febc497ae9d446caba0bdb2e9597a72e37c [diff] |
target-i386: x86_cpu_load_features() function 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. Reviewed-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>