1. 06 12月, 2016 1 次提交
  2. 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
  3. 23 11月, 2016 2 次提交
  4. 14 11月, 2016 2 次提交
  5. 29 10月, 2016 1 次提交
  6. 26 10月, 2016 2 次提交
  7. 12 10月, 2016 5 次提交
  8. 10 10月, 2016 1 次提交
  9. 05 10月, 2016 1 次提交
  10. 13 9月, 2016 1 次提交
  11. 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
  12. 02 9月, 2016 1 次提交
  13. 27 8月, 2016 1 次提交
  14. 26 8月, 2016 1 次提交
  15. 24 8月, 2016 2 次提交
    • P
      virsh: use vshError consistently after virBufferError checks · 4362ff43
      Pino Toscano 提交于
      If virBufferError() reports an error, then vshError() is needed to
      report the error situation instead of a simple vshError().
      4362ff43
    • P
      virsh: respect -q/--quiet more · b620bdee
      Pino Toscano 提交于
      Turn various vshPrint() informative messages into vshPrintExtra(), so
      they are not printed when requesting the quiet mode; neither XML/info
      outputs nor the results of commands are affected.
      Also change the expected outputs of the virsh-undefine test, since virsh
      is invoked in quiet mode there.
      
      Some informative messages might still be converted (and thus silenced
      when in quiet mode), but this is an improvements nonetheless.
      
      Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1358179
      b620bdee
  16. 02 8月, 2016 3 次提交
  17. 22 6月, 2016 3 次提交
  18. 21 6月, 2016 1 次提交
  19. 20 6月, 2016 1 次提交
  20. 10 6月, 2016 1 次提交
  21. 09 6月, 2016 1 次提交
  22. 08 6月, 2016 1 次提交
  23. 09 5月, 2016 1 次提交
  24. 04 5月, 2016 2 次提交
  25. 30 4月, 2016 1 次提交
  26. 21 4月, 2016 2 次提交