Support 'viridian' parameter in Xen HVM
[ganeti-local] / lib / hypervisor / hv_chroot.py
2013-01-24 Michael Hanselmannhv_*: Always return from Verify, style fixes
2012-09-28 Michael HanselmannStop hardcoding root user
2012-09-18 Michael HanselmannMigrate lib/hypervisor/*.py from constants to pathutils
2012-09-18 Michael Hanselmannconstants: Move most paths to separate module
2012-01-17 Guido TrotterNo-op memory ballooning in chroot and lxc
2011-09-29 Andrea SpadacciniAdapt non-KVM hypervisors to new migration RPCs
2011-08-30 Andrea SpadacciniDeprecationWarning fixes for pylint
2011-07-08 Stephen ShirleyAdd gnt-instance start --pause
2011-01-07 Michael HanselmannUse new console information in hypervisor abstraction
2010-07-06 Balazs Leczhv_chroot: use utils.GetMounts()
2010-05-07 Guido TrotterHypervisors: use utils.EnsureDirs
2010-04-22 Iustin PopFix broken commit 9e302a8
2010-04-21 Iustin Pophv_chroot: move unmount to CleanupInstance()
2010-03-23 Iustin PopExtend the hypervisor API with name-only shutdown
2010-03-23 Iustin PopSome epydoc fixes
2010-03-08 Iustin Pophv_chroot: remove hard-coded path constructs
2010-03-08 Iustin PopSwitch from os.path.join to utils.PathJoin
2010-01-04 Iustin PopFix unused imports or add silences where needed
2010-01-04 Iustin PopImplement all hv functions in hv_chroot/hv_fake
2010-01-04 Iustin PopRemove many 'Unused variable' warnings
2009-10-09 Guido TrotterChrootManager: clean StopInstance
2009-10-09 Guido TrotterHypervisors: Add retry= to StopInstance
2009-09-03 Michael HanselmannA few style fixes
2009-05-22 Guido Trotterhv_chroot: update PARAMETERS value
2009-05-12 Iustin PopNew hypervisor implementation: chroot manager