1. 10 1月, 2017 1 次提交
  2. 09 1月, 2017 2 次提交
  3. 07 1月, 2017 1 次提交
  4. 21 12月, 2016 1 次提交
    • J
      virsh: Allow display of the physical volume size · f62e418c
      John Ferlan 提交于
      Add a new qualifier '--physical' to the 'vol-info' command in order to
      dispaly the physical size of the volume. The size can differ from the
      allocation value depending on the volume file time. In particular, qcow2
      volumes will have a physical value larger than allocation. This also occurs
      for sparse files, although for those the capacity is the largest size;
      whereas, for qcow2 capacity is the logical size.
      Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
      f62e418c
  5. 16 12月, 2016 4 次提交
  6. 15 12月, 2016 1 次提交
  7. 13 12月, 2016 1 次提交
  8. 09 12月, 2016 3 次提交
  9. 07 12月, 2016 1 次提交
  10. 06 12月, 2016 5 次提交
  11. 02 12月, 2016 1 次提交
  12. 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
  13. 24 11月, 2016 1 次提交
  14. 23 11月, 2016 3 次提交
  15. 14 11月, 2016 3 次提交
  16. 11 11月, 2016 1 次提交
  17. 07 11月, 2016 1 次提交
  18. 04 11月, 2016 1 次提交
  19. 29 10月, 2016 2 次提交
    • J
      vsh: Pass correct values for command line completion · 06a7b1ff
      John Ferlan 提交于
      Commit id 'dcfdf341' passes 'opts_need_arg' and 'opts_seen' to
      vshCmddefGetData, but that seems to be incorrect as those values
      are not initialized properly (something at least one compiler found).
      Instead the static 'const_opts_need_arg' and 'const_opts_seen' values
      should be passed.
      
      By passing unitialized values leads to not finding possible options
      for simpler commands (domfsfreeze for example), where if you're in
      a virsh shell using command line completion - you'll get a list of
      files in your current directory instead of two options --domain and
      --mountpoint (as would happen with this patch applied.
      06a7b1ff
    • K
      vsh: Using VSH_REQUIRE_OPTION rather than virReportError · 01193545
      Kothapally Madhu Pavan 提交于
      Correcting the error reporting method by using VSH_REQUIRE_OPTION
      instead of virReportError
      Signed-off-by: NKothapally Madhu Pavan <kmp@linux.vnet.ibm.com>
      01193545
  20. 27 10月, 2016 1 次提交
  21. 26 10月, 2016 4 次提交
  22. 25 10月, 2016 1 次提交