1. 12 10月, 2016 3 次提交
  2. 10 10月, 2016 1 次提交
  3. 05 10月, 2016 1 次提交
  4. 13 9月, 2016 1 次提交
  5. 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
  6. 02 9月, 2016 1 次提交
  7. 27 8月, 2016 1 次提交
  8. 26 8月, 2016 1 次提交
  9. 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
  10. 02 8月, 2016 3 次提交
  11. 22 6月, 2016 3 次提交
  12. 21 6月, 2016 1 次提交
  13. 20 6月, 2016 1 次提交
  14. 10 6月, 2016 1 次提交
  15. 09 6月, 2016 1 次提交
  16. 08 6月, 2016 1 次提交
  17. 09 5月, 2016 1 次提交
  18. 04 5月, 2016 2 次提交
  19. 30 4月, 2016 1 次提交
  20. 21 4月, 2016 2 次提交
  21. 15 4月, 2016 1 次提交
  22. 14 4月, 2016 1 次提交
  23. 13 4月, 2016 1 次提交
    • P
      Add VIR_DOMAIN_EVENT_ID_DEVICE_REMOVAL_FAILED event · 5be12071
      Peter Krempa 提交于
      Since we didn't opt to use one single event for device lifecycle for a
      VM we are missing one last event if the device removal failed. This
      event will be emitted once we asked to eject the device but for some
      reason it is not possible.
      5be12071
  24. 01 4月, 2016 1 次提交
  25. 31 3月, 2016 4 次提交
  26. 29 3月, 2016 3 次提交