Lint improvements to regexps
[ganeti-local] / lib / hypervisor / hv_xen.py
2013-08-23 Michele TartaraLint improvements to regexps
2013-08-07 Thomas ThrainerMerge branch 'stable-2.8' into stable-2.9
2013-08-06 Thomas ThrainerSupport 'viridian' parameter in Xen HVM
2013-07-01 Bernardo Dal SenoHypervisors report CPUs used by the node OS
2013-06-28 Dimitris AragiorgisMake NIC setup more flexible in case of Xen
2013-06-13 Thomas ThrainerIndex nodes by their UUID
2013-06-13 Helga VelroyenAdd cluster name to instance migration RPC
2013-06-12 Helga VelroyenRemove XEN_CMD from constants, adjust to PowercycleNode
2013-06-12 Helga Velroyenhv_xen.py: make hvparams mandatory, remove fallbacks
2013-06-12 Helga VelroyenUse hvparams in GetAllInstancesInfo
2013-06-12 Helga VelroyenUse hvparams in GetInstanceInfo
2013-06-12 Helga Velroyenhypervisors: add hvparams to GetNodeInfo
2013-06-12 Helga Velroyenhv_xen.py: renaming residual 'xm' occurrences
2013-06-12 Helga VelroyenUse hvparams in instance migration
2013-06-12 Helga VelroyenVerify: xen toolstack, hypervisor and hvparams
2013-06-12 Helga Velroyenhv_xen.py: _RunXen and GetInstanceList use hvparams
2013-06-12 Helga Velroyenhv_xen.py: rename RunXmList to RunInstanceList
2013-06-12 Helga Velroyenhv_xen.py: rename GetXmList to GetInstanceList
2013-06-12 Helga Velroyenhv_xen._GetCommand: retrieve xen command from hvparams
2013-06-12 Helga VelroyenAdd xen command (xm, xl) to hv parameters
2013-05-24 Guido TrotterMerge branch 'stable-2.8'
2013-05-17 Balazs LeczStash Xen config file after a failed startup
2013-05-03 Michele TartaraMerge remote-tracking branch 'origin/stable-2.8'
2013-05-03 Michele TartaraMerge stable-2.7 into stable-2.8
2013-04-30 Helga Velroyengnt-instance: new hypervisor parameter 'vif_type'
2013-04-24 Thomas ThrainerMove lib/bdev.py to lib/block/bdev.py
2013-02-04 Michael Hanselmannhv_xen: Fix epydoc error
2013-01-25 Michael Hanselmannhv_xen: Fix issues with migration, add tests
2013-01-25 Michael Hanselmannhv_xen: Split StopInstance
2013-01-25 Michael Hanselmannhv_xen: Abstract running Xen commands
2013-01-25 Michael HanselmannMerge branch 'devel-2.7'
2013-01-24 Michael Hanselmannhv_xen: Remove config after shutdown was successful
2013-01-24 Michael Hanselmannhv_xen: Simplify writing configuration
2013-01-24 Michael Hanselmannhv_xen: Prepare for unit tests, remove {static,class...
2013-01-24 Michael Hanselmannhv_xen: Factorize and test disk configuration
2013-01-24 Michael Hanselmannhv_xen: Refactor getting node information, add tests
2013-01-24 Michael Hanselmannhv_xen: Refactor running & parsing "xm list", add tests
2013-01-24 Michael Hanselmannhv_*: Always return from Verify, style fixes
2013-01-23 Michael Hanselmannhv_xen: Compose file name outside error handling
2013-01-18 Michael Hanselmannhv_xen: Add test for CPU pinning configuration
2013-01-18 Michael HanselmannMake Xen config path a build-time option
2013-01-14 Guido TrotterAdd a non negative int hypervisor parameter check
2013-01-09 Guido TrotterRemove fixed FIXME
2013-01-09 Guido TrotterRemove fixed FIXME
2012-11-20 Dimitris AragiorgisFixes to pass pep8 (make lint)
2012-11-07 Iustin PopMerge branch 'devel-2.6' into submit
2012-11-06 Guido TrotterFix gnt-instance console with xl
2012-11-06 Guido TrotterMerge branch 'devel-2.6'
2012-11-06 Guido TrotterFix live migration under xl
2012-11-06 Guido TrotterDon't check for xend port when using xl
2012-10-11 Sébastien BocahuAdd support for cpu_cap and cpu_weight Xen params
2012-09-28 Michael HanselmannStop hardcoding root user
2012-09-25 Michael HanselmannImplement virtual cluster support in Python code
2012-09-18 Michael HanselmannMigrate lib/hypervisor/*.py from constants to pathutils
2012-06-29 Bernardo Dal SenoFixed spaces/indentation according to guide lines
2012-06-29 JackFix small bug with a space in the hv_xen module's line
2012-06-28 JackAdd PCI passthrough for hvm xen
2012-05-31 René NussbaumerSupport xl as a xen interface command
2012-05-11 Iustin PopRemove some duplicate code in the Xen config writing
2012-01-20 Guido Trotterhypervisors: start instances with max available mem
2012-01-17 Guido Trotterxen: add the "maxmem" parameter in instances config
2012-01-17 Guido TrotterImplement memory ballooning in xen
2011-11-30 Michael Hanselmannhv_xen: Report memory used by hypervisor
2011-11-30 Michael Hanselmannhv_xen: Export number of CPUs for Dom0
2011-11-30 Michael Hanselmannhv_xen: Use constant for “Domain-0” name
2011-11-22 Guido Trotterhypervisors: use maximum memory for all operations
2011-10-20 Guido TrotterMerge branch 'devel-2.5'
2011-10-20 Guido TrotterAdd hypervisors ancillary files list
2011-10-20 Guido Trotterxen: abstract a few hardcoded strings as constants
2011-10-18 Guido TrotterMerge branch 'devel-2.5'
2011-10-17 Guido Trotterxen: changes to facilitate "xl" support (xen 4.1)
2011-10-17 Guido Trotterxen: abstract instance config file naming
2011-10-17 Guido TrotterAbstract xen's 'xm' command as a constant
2011-09-30 Andrea SpadacciniMerge branch 'devel-2.5'
2011-09-29 Andrea SpadacciniAdapt non-KVM hypervisors to new migration RPCs
2011-09-28 Andrea SpadacciniMigration: warn the user about hv version mismatch
2011-09-15 Tsachy Shachamhv_xen: fix use of CPU pinning constants
2011-08-25 Tsachy Shachamhv_xen: Support for CPU pinning
2011-08-25 Michael HanselmannPEP8 style fixes
2011-08-08 Andrea SpadacciniChanged NET_PORT_CHECK to REQ_NET_PORT_CHECK, to improv...
2011-07-29 Stephen ShirleyAdd "reboot_behavior" hypervisor flag
2011-07-25 Iustin PopMost boring patch ever
2011-07-15 Stephen ShirleyAdding a wrapper around "xm console"
2011-07-11 Iustin PopReverts the patch series about console wrappers
2011-07-08 Stephen ShirleyAdd gnt-instance start --pause
2011-07-08 Stephen ShirleyAdding a wrapper around "xm console"
2011-05-10 René NussbaumerMake root_path an optional hypervisor parameter
2011-01-07 Michael HanselmannUse new console information in hypervisor abstraction
2010-11-27 Iustin PopAdd missing paramter and unittests for this case
2010-11-27 Maciej BlizińskiAdding blockdev_prefix to hypervisor options
2010-08-18 Manuel FranceschiniIntroduce new IPAddress classes
2010-07-23 Iustin PopRename migration type to migration mode
2010-07-16 Iustin PopAdd a migration type global hypervisor parameter
2010-07-09 Manuel FranceschiniIntroduce lib/netutils.py
2010-06-30 Manuel FranceschiniIntroduce utils.IsValidIP{4,6}()
2010-06-04 Guido TrotterUpdate FinalizeMigration docstring
2010-05-27 Iustin PopFix two race conditions in reboot instance
2010-04-21 Iustin PopAdd a hypervisor constant for migration support
2010-03-23 Iustin PopExtend the hypervisor API with name-only shutdown
2010-02-01 Michael HanselmannMerge remote branch 'origin/stable-2.1' into devel-2.1
next