This series cleans up some of the CPU model initialization code and fixes one of the causes of the following bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1467599 ("Unable to start domain: the CPU is incompatible with host CPU: Host CPU does not provide required features: svm") Eduardo Habkost (4): target/i386: Use simple static property for "model-id" target/i386: Use host_vendor_fms() in max_x86_cpu_initfn() target/i386: Define CPUID_MODEL_ID_SZ macro target/i386: Don't use x86_cpu_load_def() on "max" CPU model target/i386/cpu.h | 2 +- target/i386/cpu.c | 96 ++++++++++++++++++++++++------------------------------- 2 files changed, 42 insertions(+), 56 deletions(-) -- 2.9.4