This series is a several cleanups, moved out from CPU properties series,
since they do not really depend on CPU properties refactoring and could
simplify CPU subclasses work as well.
git tree for testing:
https://github.com/imammedo/qemu/tree/x86_cpu_cleanup.wave2
Igor Mammedov (6):
target-i386: filter out not TCG features if running without kvm at
realize time
target-i386: sanitize AMD's ext2_features at realize time
target-i386: explicitly set vendor for each built-in cpudef
target-i386: setting default 'vendor' is obsolete, remove it
target-i386: move setting defaults out of cpu_x86_parse_featurestr()
target-i386: move out CPU features initialization in separate func
target-i386/cpu.c | 147 ++++++++++++++++++++++++++++++++--------------------
1 files changed, 90 insertions(+), 57 deletions(-)