1. 27 7月, 2016 1 次提交
  2. 26 7月, 2016 2 次提交
  3. 24 6月, 2016 1 次提交
  4. 23 6月, 2016 1 次提交
  5. 22 6月, 2016 2 次提交
  6. 19 5月, 2016 1 次提交
    • Q
      perf: add support to perf event for MBM · 90b9995d
      Qiaowei Ren 提交于
      Some Intel processor families (e.g. the Intel Xeon processor E5 v3
      family) introduced some RDT (Resource Director Technology) features
      to monitor or control shared resource. Among these features, MBM
      (Memory Bandwidth Monitoring), which is build on the CMT (Cache
      Monitoring Technology) infrastructure, provides OS/VMM a way to
      monitor bandwidth from one level of cache to another.
      
      With current perf framework, this patch adds support to perf event
      for MBM.
      Signed-off-by: NQiaowei Ren <qiaowei.ren@intel.com>
      90b9995d
  7. 19 4月, 2016 1 次提交
  8. 31 3月, 2016 1 次提交
  9. 29 3月, 2016 1 次提交
  10. 21 3月, 2016 1 次提交
  11. 08 3月, 2016 1 次提交
    • J
      Introduce job completed event · f2893001
      Jiri Denemark 提交于
      The VIR_DOMAIN_EVENT_ID_JOB_COMPLETED event will be triggered once a job
      (such as migration) finishes and it will contain statistics for the job
      as one would get by calling virDomainGetJobStats. Thanks to this event
      it is now possible to get statistics of a completed migration of a
      transient domain on the source host.
      Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
      f2893001
  12. 11 1月, 2016 2 次提交
  13. 10 1月, 2016 1 次提交
  14. 05 1月, 2016 2 次提交
  15. 05 12月, 2015 1 次提交
    • N
      libvirt: Update virDomainSetMemory description · 2b8d0d44
      Nikolay Shirokovskiy 提交于
      virDomainSetMemory is documented to change only runtime configuration of
      running domain. However, that's not true of all hypervisors supported.
      Seems as though when commit id '0f2e50be' added the current flag, the
      function description should have been updated similar to when commit id
      'c1795c52' updated the virDomainSetMaxMemory description. Especially since
      commit id '80427f1d' updated the virsh 'setmem' description to indicate
      "behavior is different depending on hypervisor."
      
      This patch will update the description to match current functionality.
      Signed-off-by: NNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
      2b8d0d44
  16. 25 11月, 2015 1 次提交
  17. 19 11月, 2015 1 次提交
  18. 27 10月, 2015 2 次提交
  19. 12 10月, 2015 13 次提交
  20. 15 9月, 2015 1 次提交
  21. 05 9月, 2015 1 次提交
  22. 24 8月, 2015 1 次提交
  23. 19 8月, 2015 1 次提交
    • J
      api: Adjust comment for virDomainAddIOThread · 53058e11
      John Ferlan 提交于
      The comment for the function indicated that iothread_id had to be
      a positive non-zero value; however, that wasn't checked - that is
      a value of 0 is/was allowed by the API and was left up to the
      hypervisor to reject the value.
      
      More than likely this nuance was missed during the many "adjustments"
      to the API in the review phase.
      53058e11