summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-11-19kvm-wrapper.conf.default: update pciassign/vfioHEADmasterBenjamin Cohen
2014-11-19kvm-wrapper.sh: add (incomplete ?) vfio supportBenjamin Cohen
Add vfio support with pci rebinding. We might need to rebind the whole iommu group in some cases (TODO)
2014-10-13default conf: add -enable-kvmBenjamin Cohen
2014-01-23bootstrap/debian: add arch configurationJulien Moutinho
Add KVM_ARCH_SUFFIX and KVM_DPKG_ARCH
2013-11-27bootstrap/debian: use cache=unsafeBenjamin Cohen
2013-11-27bootstrap/debian: fix grub packageBenjamin Cohen
grub virtual package fails for wheezy
2013-08-22kvm-wrapper.sh: fix fail_exit buggy inputBenjamin Cohen
2013-04-10Allow a VM to run if the pid file exists but the VM isn't runningPhilippe Caseiro
2013-04-10save/load-state - use instead of hard-coded pathDominique Martinet
2012-12-17Add pci-assign (passthrough) supportBenjamin Cohen
2012-12-14Default kvm-wrapper.conf: sane optionsBenjamin Cohen
- "screen -RR" creates session if none exists. Use -rr instead - Use e1000 instead of rtl8139
2012-11-22Wait-if-inside-screen: Changed variable used to a custom one to avoid ↵Dominique Martinet
conflict if already inside a screen
2012-11-22migrate: wait the proper amount of time for the migration receiver to be readyDominique Martinet
2012-11-20Check EDITOR envvar where neededBenjamin Cohen
2012-11-20Add create --no-bootstrapBenjamin Cohen
- Allow disabling bootstrap on vm creation - No longer append vm to startup list (you have post-conf script for that)
2012-11-20Fix a typo in net/kvm-if{up,down} scriptsLéo Cavaillé
2012-11-20Added hostname -s as a default host to kvm-cluster.conf -- should be sane if ↵Dominique Martinet
not used in cluster, and people using cluster features should notice.. right?
2012-11-20There is no space before a column in English. damnit.Dominique Martinet
2012-11-20Keep a pid file if in error state, so it can't be started againDominique Martinet
2012-11-20Clearer choice between screen and dtach. screen now attachs first available ↵Dominique Martinet
if multiple listed
2012-11-20Do not fail if no VM yet (random_mac (always used, maybe fix that ↵Dominique Martinet
instead...), list, status)
2012-11-20If inside a screen, wait for user input to exitDominique Martinet
2012-11-20Add kvm-wrapper.conf in gitignore since kvm-wrapper.conf.default is trackedDominique Martinet
2012-10-07moved kvm-wrapper.conf to kvm-wrapper.conf.default (+gitignore)Dominique Martinet
2012-10-02fixed bootstrap - mount proc before remounting / in bootstrap script... ↵Dominique Martinet
silly changing initrd
2012-08-25use default even if KVM_BR or KVM_IF is defined but emptyDominique Martinet
2012-08-25fixed KVM_BR loop that erased KVM_BR[0] with the last element of the array...Dominique Martinet
2012-08-23fixes previous patch (newnet, array-based)Dominique Martinet
2012-08-23changed net to use arraysDominique Martinet
2012-08-23Merge branch 'newnet' of ssh://notk.org/kvm-wrapper into newnetDominique Martinet
2012-08-23fixed typo in bootstrap script update (KVM_NET_OPT0)Dominique Martinet
2012-08-23network fixes, looks ok now :)Dominique Martinet
2012-08-23Attempt at multi-net-interfaces with different bridgesDominique Martinet
2012-08-23added check for descriptor creation rights in create-descDominique Martinet
2012-08-23fixed network boot with no hard drive. relies on there being no 'n' in ↵Dominique Martinet
'-boot order='... any better idea?
2012-05-26fixed typo in bootstrap script update (KVM_NET_OPT0)Dominique Martinet
2012-05-26network fixes, looks ok now :)Dominique Martinet
2012-05-26Attempt at multi-net-interfaces with different bridgesDominique Martinet
2012-05-26made bs_copy_from_host failures (file not found) not fail the whole ↵Dominique Martinet
bootstrap. Error still printed
2012-05-13monitor/serial: allow piping/scriptingBenjamin Cohen
- send error messages to stderr instead of stdout - check tty and use stdio instead of readline if needed
2012-05-13Debian bootstrap: fix 724370c8dBenjamin Cohen
- use cp -rf --parents - fix locales configuration
2012-04-27debian bootstrap:Benjamin Cohen
- use cp --parents - copy/generate locales from host
2012-04-16- Change kvm process nameBenjamin Cohen
- Print help when wrong command/no VM name
2012-03-18Merge branch 'master' of http://git.notk.org/asmadeus/kvm-wrapperBenjamin Cohen
2012-03-17Missed a 'fail_exit' command for an errorZdenek Styblik
2011-12-25changed top to work in just one sed without xargsDominique Martinet
2011-12-25Add top command (launch top on a few pids)Benjamin Cohen
2011-12-25conf: NBD_DIR should be located in RUN_DIRBenjamin Cohen
2011-12-25Add kvm-wrapper conf (syswide configuration)Benjamin Cohen
2011-12-25kvm-wrapper: CLeanup / create functionsBenjamin Cohen
- migrate/receive-migrate - load/save state - kvm_remove*_vm* - fix help: "f*l*avor"