1. 19 4月, 2017 2 次提交
  2. 07 4月, 2017 3 次提交
  3. 27 3月, 2017 7 次提交
  4. 23 3月, 2017 1 次提交
  5. 17 3月, 2017 2 次提交
  6. 14 3月, 2017 3 次提交
  7. 09 3月, 2017 1 次提交
  8. 04 3月, 2017 1 次提交
  9. 24 2月, 2017 7 次提交
  10. 22 2月, 2017 2 次提交
  11. 09 2月, 2017 2 次提交
    • M
      cpu: fix typo: rename __kvm_hv_spinlock to __kvm_hv_spinlocks · c3ee75e5
      Maxim Nestratov 提交于
      Strings associated with virDomainHyperv values in domain_conf.c are used to
      construct HyperV CPU features names to be compared with names defined in
      cpu_x86_data.h and the names for HyperV "spinlocks" feature don't match.
      This leads to a misleading warning:
      "host doesn't support hyperv 'spinlocks' feature" even when it's supported.
      Let's fix it and rename along with it VIR_CPU_x86_KVM_HV_SPINLOCK to
      VIR_CPU_x86_KVM_HV_SPINLOCKS.
      Signed-off-by: NMaxim Nestratov <mnestratov@virtuozzo.com>
      c3ee75e5
    • J
      cpu_x86: Fix memory leak in virCPUx86Translate · b97839b8
      Jiri Denemark 提交于
      virCPUDefStealModel is called with keepVendor == true which means the
      cpu structure will keep its original vendor/vendor_id values. Thus it
      makes no sense to copy them to the translated definition as they won't
      be used there anyway. Except that the translated->vendor pointer might
      get lost in x86Decode.
      Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
      b97839b8
  12. 06 1月, 2017 2 次提交
  13. 07 12月, 2016 1 次提交
  14. 06 12月, 2016 1 次提交
  15. 05 12月, 2016 1 次提交
  16. 30 11月, 2016 2 次提交
  17. 25 11月, 2016 1 次提交
    • M
      virstring: Unify string list function names · c2a5a4e7
      Michal Privoznik 提交于
      We have couple of functions that operate over NULL terminated
      lits of strings. However, our naming sucks:
      
      virStringJoin
      virStringFreeList
      virStringFreeListCount
      virStringArrayHasString
      virStringGetFirstWithPrefix
      
      We can do better:
      
      virStringListJoin
      virStringListFree
      virStringListFreeCount
      virStringListHasString
      virStringListGetFirstWithPrefix
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      c2a5a4e7
  18. 15 11月, 2016 1 次提交