You need to sign in or sign up before continuing.
  1. 16 12月, 2015 1 次提交
  2. 25 11月, 2015 1 次提交
  3. 20 11月, 2015 1 次提交
  4. 19 12月, 2013 1 次提交
  5. 11 12月, 2013 1 次提交
  6. 05 11月, 2013 1 次提交
  7. 02 9月, 2013 3 次提交
  8. 28 6月, 2013 1 次提交
  9. 10 5月, 2013 1 次提交
  10. 08 5月, 2013 1 次提交
  11. 04 4月, 2013 1 次提交
  12. 02 4月, 2013 1 次提交
  13. 26 3月, 2013 1 次提交
    • A
      fix of assigning multiple netdev_extra_params · a84ae635
      Amos Kong 提交于
      Currently we added a comma for netdev_extra_params in framework,
      if we want to add multiple parameters in more than one times,
      we should not use comma prefix in first parameter string.
      
      eg. add multiple parameters more than one times:
        netdev_extra_params = "vhost=on"
        netdev_extra_params += ",sndbuf=512"
      
      This patch moved the comma out of framework, then we can
      set the parameter conveniently. We don't care about if it's the
      first assignment, just using comma prefix for all params strings.
      Signed-off-by: NAmos Kong <akong@redhat.com>
      a84ae635
  14. 05 3月, 2013 2 次提交
  15. 19 1月, 2013 1 次提交
    • J
      virt: add Multi-host migration test for check time drift. · abcc78fb
      Jiří Župka 提交于
      1) Syncs hosts time via timesync command.
      2) After first boot of vms test check time on vms
         if time difference from host is greater than
         time_diff_limit it writes warning to log.
      3) Migrates machine between hosts and compares
         time differences on hosts and guests after migration.
        - If difference is greater than time_diff_limit raise error.
      Signed-off-by: NJiří Župka <jzupka@redhat.com>
      abcc78fb
  16. 10 1月, 2013 1 次提交
  17. 07 1月, 2013 1 次提交
  18. 01 1月, 2013 2 次提交
  19. 29 12月, 2012 1 次提交
  20. 25 12月, 2012 1 次提交
  21. 19 12月, 2012 1 次提交
  22. 18 12月, 2012 1 次提交