1. 27 7月, 2016 1 次提交
  2. 19 5月, 2016 1 次提交
  3. 10 5月, 2016 1 次提交
  4. 03 5月, 2016 2 次提交
    • E
      virt-admin: Introduce command client-info · 9662315d
      Erik Skultety 提交于
      Wire-up the client identity getter into virt-admin tool. This patch adjusts
      man-page accordingly.
      Signed-off-by: NErik Skultety <eskultet@redhat.com>
      9662315d
    • E
      virt-admin: Introduce srv-clients-list command · de770391
      Erik Skultety 提交于
      Wire-up the public client listing API. Along with this change, a private time
      simple conversion method to interpret client's timestamp obtained from server
      has been added as well. Format used to for time output is as follows:
      YYYY-mm-DD HH:MM:SS+ZZZZ.
      
      Although libvirt exposes methods time-related methods through virtime.h
      internally, it utilizes millisecond precision which we don't need in this case,
      especially when connection timestamps use precision to seconds only.
      This is just a convenience int to string conversion method.
      
      To reflect the new API, man page has been adjusted accordingly.
      Signed-off-by: NErik Skultety <eskultet@redhat.com>
      de770391
  5. 25 4月, 2016 1 次提交
  6. 18 4月, 2016 1 次提交
  7. 30 11月, 2015 1 次提交