1. 24 5月, 2018 4 次提交
  2. 23 5月, 2018 1 次提交
  3. 22 5月, 2018 1 次提交
  4. 21 5月, 2018 2 次提交
  5. 17 5月, 2018 1 次提交
  6. 31 1月, 2018 1 次提交
  7. 24 1月, 2018 8 次提交
  8. 12 1月, 2018 2 次提交
    • M
      virsh: Introduce virshDomainInterfaceCompleter · 7e7db4bf
      Michal Privoznik 提交于
      For given domain fetch list of defined interfaces. This can be
      used for commands like domif-getlink and others. If available,
      the interface name is returned (e.g. "vnet0", usually available
      only for running domains), if not the MAC address is returned.
      Moreover, the detach-interface command requires only MAC address
      and therefore we have new flag that forces the completer to
      return just the MAC address.
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      7e7db4bf
    • M
      virsh: Introduce virshDomainNameCompleter · ec3403be
      Michal Privoznik 提交于
      Now that we have everything prepared let the fun begin. This
      completer is very simple and returns domain names. Moreover,
      depending on the command it can return just a subset of domains
      (e.g. only running/paused/transient/.. ones).
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      ec3403be