[Qemu-devel] [PATCH 0/4] Fix SVM and KVM features reported on "max" CPU model

Eduardo Habkost posted 4 patches 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170712162058.10538-1-ehabkost@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
target/i386/cpu.h |  2 +-
target/i386/cpu.c | 96 ++++++++++++++++++++++++-------------------------------
2 files changed, 42 insertions(+), 56 deletions(-)
[Qemu-devel] [PATCH 0/4] Fix SVM and KVM features reported on "max" CPU model
Posted by Eduardo Habkost 6 years, 9 months ago
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