1. 24 6月, 2017 1 次提交
  2. 13 6月, 2017 1 次提交
  3. 07 6月, 2017 1 次提交
  4. 26 5月, 2017 1 次提交
  5. 18 5月, 2017 1 次提交
    • G
      virsh: add --io when attaching disks to guests · ca21d75d
      Gordon Messmer 提交于
      virt-install and virt-manager both default to explicitly setting
      "io='native'" in the disk "driver" tag. virsh, however, does not and also
      does not provide an option to specify that setting at all.  As a result,
      disks use a different IO mechanism (the default, "threads") when attached
      post-setup using virsh.  Adding this option allows users to keep disk
      performance consistent for disks attached at install, and those attached
      afterward.
      ca21d75d
  6. 27 4月, 2017 1 次提交
  7. 12 4月, 2017 6 次提交
  8. 27 3月, 2017 3 次提交
  9. 25 3月, 2017 1 次提交
  10. 21 2月, 2017 1 次提交
  11. 30 1月, 2017 2 次提交
  12. 10 1月, 2017 1 次提交
    • N
      virsh: Display perf enabled/disabled message for set operations · 0289b8b2
      Nitesh Konkar 提交于
      When setting perf events, the enabled/disabled perf events are not
      listed. Since we know which events were changed it's possible to
      print out the values on successful set, such as :
      
          virsh perf Domain --enable instructions --disable cache_misses
          instructions   : enabled
          cache_misses   : disabled
      
      Created a helper to print the messages - use the vshPrintExtra to
      adhere to the --quiet|-q option being set by some script. This will
      cause the get code to print nothing, but will return success/failure.
      Signed-off-by: NNitesh Konkar <nitkon12@linux.vnet.ibm.com>
      0289b8b2
  13. 09 1月, 2017 1 次提交
  14. 06 12月, 2016 1 次提交
  15. 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
  16. 23 11月, 2016 2 次提交
  17. 14 11月, 2016 2 次提交
  18. 29 10月, 2016 1 次提交
  19. 26 10月, 2016 2 次提交
  20. 12 10月, 2016 5 次提交
  21. 10 10月, 2016 1 次提交
  22. 05 10月, 2016 1 次提交
  23. 13 9月, 2016 1 次提交
  24. 08 9月, 2016 1 次提交
    • C
      virsh: Fix *-event error string · 18465411
      Christophe Fergeau 提交于
      When using
      virsh net-event non-existing-net
      the error message says that 'either --list or event type is required'
      This is misleading as 'virsh net-event $valid-event-type' is not going
      to work either. What is expected is 'virsh net-event --event
      $valid-event-type'
      
      This commit fixes the string in pool-event, nodedev-event, event, and
      net-event.
      18465411
  25. 02 9月, 2016 1 次提交