1. 26 6月, 2015 5 次提交
  2. 25 6月, 2015 2 次提交
  3. 24 6月, 2015 1 次提交
    • M
      vz: implementation of attach/detach network devices · 6de12b02
      Mikhail Feoktistov 提交于
      In this patch we add VIR_DOMAIN_DEVICE_NET handlers implementation
      for domainAttachDevice and domainDetachDevice callbacks.
      
      As soon as we don't support this operation for hypervisor type domains,
      we implement this functionality for containers only.
      
      In detach procedure we find network device by MAC address.
      Because PrlVmDevNet_GetMacAddress() returns MAC as a UTF-8 encoded
      null-terminated string, we use memcmp() to compare it.
      Also we remove corresponding virtual network by prlsdkDelNetAdapter call.
      6de12b02
  4. 18 6月, 2015 2 次提交
  5. 17 6月, 2015 3 次提交
  6. 09 6月, 2015 8 次提交
  7. 03 6月, 2015 1 次提交
  8. 28 5月, 2015 1 次提交
  9. 26 5月, 2015 2 次提交
  10. 20 5月, 2015 1 次提交
  11. 15 5月, 2015 1 次提交
  12. 13 5月, 2015 1 次提交
    • N
      parallels: remove connection wide wait timeout · 2f1f2888
      Nikolay Shirokovskiy 提交于
      We have a lot of passing arguments code just to pass connection
      object cause it holds jobTimeout. Taking into account that
      right now this value is defined at compile time let's just
      get rid of it and make arguments list more clear in many
      places.
      
      In case we later need some runtime configurable timeout
      value we can provide this value through arguments
      function already operate such as a parallels domain
      object etc as this timeouts are operation( and thus
      object) specific in practice.
      Signed-off-by: NNikolay Shirokovskiy <nshirokovskiy@parallels.com>
      2f1f2888
  13. 29 4月, 2015 1 次提交
  14. 28 4月, 2015 1 次提交
  15. 25 4月, 2015 1 次提交
  16. 23 4月, 2015 1 次提交
  17. 21 4月, 2015 2 次提交
  18. 13 4月, 2015 2 次提交
  19. 10 4月, 2015 4 次提交