Skip to content
Snippets Groups Projects
  1. Jan 27, 2021
  2. Dec 21, 2017
  3. May 02, 2017
  4. Apr 17, 2017
  5. Apr 05, 2017
  6. Apr 01, 2017
  7. Mar 02, 2017
  8. Feb 09, 2017
    • Matt Rickard's avatar
      Use last entry when parsing DHCP status file · e5724f21
      Matt Rickard authored
      When a machine is stopped and restarted, it may get allocated a new IP.
       The loop that parsing the status file returns on the first match,
      which is the entry for the old IP so that machine fails to start up.
      e5724f21
    • Dongsu Park's avatar
      import libvirt/libvirt-go instead of alexzorin/libvirt-go · a7eeb009
      Dongsu Park authored
      Import github.com/libvirt/libvirt-go instead of
      github.com/alexzorin/libvirt-go, as the latter is obsolete.
      
      We need to also update several function calls as well as
      constants according to the new API from libvirt/libvirt-go,
      to avoid build errors.
      a7eeb009
  9. Feb 02, 2017
  10. Nov 02, 2016
  11. Sep 27, 2016
    • Niclas Mietz's avatar
      Refactor README (#25) · 7077fd07
      Niclas Mietz authored
      * Refactor README
      
      README is now newly formatted and has all available parameters in it.
      
      * Fix context of images to make it more comprehensible
      7077fd07
  12. Sep 23, 2016
  13. Sep 09, 2016
    • Michaël Faille's avatar
      FIX : Permit `go build .` to output right name · a2f0b194
      Michaël Faille authored
      Actually, building from ./bin using `go build .` output file named `bin`.
      
      To fix that, I just rename ./bin to ./cmd/docker-machine-driver-kvm.
      
      Disclamer : This commit help me to package docker-machine-kvm for NixOS. (maybe, it will help others distros).
      a2f0b194
  14. Aug 01, 2016
  15. Jul 01, 2016
    • Daniel Hiltgen's avatar
      Add disk cach/io tunables · 5f4c9b13
      Daniel Hiltgen authored
      Often for test scenarios the reliability of the VM isn't important,
      but running faster is, so lets expose a few more I/O tunables.
      5f4c9b13
  16. Jan 31, 2016
  17. Jan 15, 2016
Loading