An error occurred fetching the project authors.
  1. 22 Jan, 2020 1 commit
    • Thomas Gambier's avatar
      software/kvm: disabe IPv6 on ens3 if there is IPv6 on ens4 · 152e4e0c
      Thomas Gambier authored
      If there is IPv6 on both interface, Linux will put a default route on
      ens3 preventing IPv6 to work correctly on ens4.
      Even disabling totally IPv6 from inside the host on ens3 may not work.
      It is safer to disable it from qemu process directly. Also, it will ease
      the configuration of the host.
      152e4e0c
  2. 27 Nov, 2019 1 commit
  3. 25 Nov, 2019 1 commit
  4. 01 Jul, 2019 1 commit
  5. 14 Feb, 2019 1 commit
  6. 10 Jan, 2019 1 commit
  7. 07 Sep, 2018 1 commit
  8. 03 Sep, 2018 1 commit
  9. 29 Aug, 2018 4 commits
  10. 30 Mar, 2018 1 commit
  11. 14 Feb, 2018 1 commit
  12. 12 Feb, 2018 2 commits
  13. 16 Sep, 2016 1 commit
  14. 14 Dec, 2015 1 commit
    • Alain Takoudjou's avatar
      kvm: Add restrict mode for nat interface · b1dcbf77
      Alain Takoudjou authored
      If restrict mode is set to true, nat interface (eth0) will be isolated, no network access, only host and guest forward rules will work throught that interface.
      This option is true by default for kvm-cluster, and false for single and resilient kvm.
      b1dcbf77
  15. 02 Dec, 2015 1 commit
  16. 17 Nov, 2015 1 commit
  17. 27 Oct, 2015 3 commits
  18. 23 Oct, 2015 1 commit
  19. 07 Aug, 2015 1 commit
  20. 23 Jul, 2015 1 commit
  21. 22 May, 2015 1 commit
  22. 28 Apr, 2015 1 commit
  23. 27 Apr, 2015 2 commits
  24. 24 Apr, 2015 1 commit
  25. 22 Apr, 2015 1 commit
    • Alain Takoudjou's avatar
      kvm: can now accept parameters external-disk-format, cpu-options and numa · 2d79471e
      Alain Takoudjou authored
      kvm_run script can now create external disk with specified format (qcow2, raw, etc...)
      if kvm external disk is created it will never be replaced, even if user
      reduce the number of disk with parameter 'external-disk-number' or change the
      'external-disk-format' value. All created disk will be added to qemu run command.
      
      numa option can be used to create [fake] numa nodes and expose them to the guest
      OS instance. In this case it is important to know the host cpu topology and where
      the instance will be allocated.
      
      cpu-options are additional parameters like sockets=1,cores=5,threads=1
      in this case if cpu-count parameter is 1 qemu options will be:
      -smp 1,sockets=1,cores=5,threads=1
      2d79471e
  26. 26 Mar, 2015 1 commit
  27. 23 Mar, 2015 1 commit
  28. 20 Mar, 2015 1 commit
  29. 06 Feb, 2015 1 commit
  30. 05 Feb, 2015 2 commits
  31. 04 Feb, 2015 1 commit
  32. 25 Sep, 2013 1 commit