1. 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
  2. 11 1月, 2016 2 次提交
  3. 10 1月, 2016 1 次提交
  4. 05 1月, 2016 2 次提交
  5. 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
  6. 25 11月, 2015 1 次提交
  7. 19 11月, 2015 1 次提交
  8. 27 10月, 2015 2 次提交
  9. 12 10月, 2015 13 次提交
  10. 15 9月, 2015 1 次提交
  11. 05 9月, 2015 1 次提交
  12. 24 8月, 2015 1 次提交
  13. 19 8月, 2015 2 次提交
    • 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
    • J
      api: Remove check on iothread_id arg in virDomainPinIOThread · d64b81a8
      John Ferlan 提交于
      Allow 0 as an iothread_id and force the hypervisor to handle.
      The qemuDomainPinIOThread API will look up the iothread_id of
      0 and not find it and message that anyway.
      d64b81a8
  14. 18 8月, 2015 1 次提交
  15. 14 8月, 2015 1 次提交
  16. 10 8月, 2015 1 次提交
    • M
      virDomainCoreDumpWithFormat: Mention enum for @dumpformat · bc359f77
      Michal Privoznik 提交于
      So the API takes @dumpformat argument. This is what makes it special
      when compared to virDomainCoreDump. The argument is there so that
      users can choose the format of resulting core dump file. And to ease
      them the choosing process we even have an enum with supported values
      across all the hypervisors. But we don't mention the enum in  the
      function description anywhere. Fix it!
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      bc359f77
  17. 10 7月, 2015 1 次提交
  18. 26 6月, 2015 1 次提交
  19. 19 6月, 2015 1 次提交
  20. 04 6月, 2015 2 次提交
  21. 29 5月, 2015 1 次提交
    • L
      debug: assure NULLSTR() around all %s args in debug at top of public APIs · e983e625
      Laine Stump 提交于
      There are also a couple that were very uninformatively just logging
      the value of the pointer rather than the string itself:
      
      * the "name" arg to virNodeDeviceLookupByName()
      * wwnn and wwpn args to virNodeDeviceLookupSCSIHostByWWN()
      
      All char*'s that make sense should now have their contents logged
      rather than the pointer, and all %s args should now be inside
      NULLSTR().
      e983e625
  22. 21 5月, 2015 1 次提交
  23. 14 5月, 2015 1 次提交