Add an instance_migratable rpc call
[ganeti-local] / lib / hypervisor /
2009-01-07 Iustin PopSimplify hypervisor block_devices structure
2009-01-06 Iustin PopFix some pylint-detected issues
2008-12-16 Guido TrotterKVM: improve socat interface
2008-12-14 Iustin Popcleanup: xen hypervisor
2008-12-14 Iustin Popcleanup: kvm code likes to redefine names
2008-12-11 Iustin PopFix epydoc format warnings
2008-12-02 Guido TrotterKVMHypervisor add two missing 'constants.'
2008-12-02 Guido TrotterKVMHypervisor fix to case misspellings
2008-11-20 Iustin PopChange Xen hypervisor to not use iv_name
2008-10-20 Iustin PopConvert hv_xen.py to use the logging module
2008-10-14 Iustin PopConvert the KVM hypervisor to hvparams
2008-10-14 Iustin PopChange hypervisors to use the beparams
2008-10-14 Iustin PopImplement the new hypervisor API in base/xen
2008-10-08 Iustin PopSanitize the hypervisor names
2008-10-08 Iustin PopMove the hypervisor attribute to the instances
2008-10-01 Michael HanselmannConvert hypervisor
2008-09-04 Alexander SchreiberMerge r1607 from branches/ganeti/ganeti-1.2
2008-09-02 Alexander Schreibermerge r1540 from branches/ganeti/ganeti-1.2
2008-08-29 Alexander SchreiberMerge r1536 from branches/ganeti/ganeti-1.2
2008-08-13 Guido TrotterKVM Hypervisor Cleanup
2008-08-13 Guido TrotterAdd KVM hypervisor code
2008-08-13 Guido TrotterFakeHypervisor: fix a function signature
2008-07-30 Guido TrotterXen: remove two end-of-line semicolons
2008-07-30 Iustin PopFix some errors detected by pylint
2008-06-19 Michael HanselmannUse a single Makefile.am instead of many
2008-06-16 Iustin Pophypervisor: add live migration support
2008-05-31 Iustin PopForward-port: patch 3/4 extended HVM features for 1.2
2008-05-09 Michael HanselmannRemove utils.CheckDaemonAlive and use “xm info” instead
2008-05-06 Michael HanselmannUse dict instead of if/elif map for hypervisor classes
2008-05-06 Michael HanselmannRename hypervisor code to lowercase filenames
2008-05-05 Iustin PopAdd node cpu count to gnt-node list
2008-04-28 Michael HanselmannSplit hypervisor.py into several files