[libvirt] [PATCH 00/17] Cleanup CPU driver code a bit

Jiri Denemark jdenemar at redhat.com
Sat May 14 08:30:19 UTC 2016


Jiri Denemark (17):
  cpu_x86: Rename struct x86_vendor
  cpu_x86: Rename struct x86_feature
  cpu_x86: Rename struct x86_kvm_feature
  cpu_x86: Rename struct x86_model
  cpu_x86: Rename struct x86_map
  cpu_x86: Rename enum compare_result
  cpu_x86: Rename struct virCPUx86DataIterator
  cpu_x86: Compare CPU candidates in a separate function
  cpu_x86: Rename cleanup labels
  cpu_x86: Use for loop in x86Decode
  cpu_x86: Remove comparisons to NULL
  cpu_x86: Simplify insertions into a linked list
  cpu_x86: Don't ignore parsing errors in x86VendorLoad
  cpu_x86: Don't ignore parsing errors in x86FeatureLoad
  cpu_x86: Don't ignore parsing errors in x86ModelLoad
  cpu_x86: Check vendor early
  cpu: Properly report errors when parsing CPU map XML

 src/cpu/cpu_map.c |  11 +-
 src/cpu/cpu_x86.c | 564 +++++++++++++++++++++++++++---------------------------
 2 files changed, 287 insertions(+), 288 deletions(-)

-- 
2.8.2




More information about the libvir-list mailing list