cmdlib: Fix typo, s/nick/NIC/
[ganeti-local] / lib / hypervisor / hv_xen.py
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
2010-01-29 Alessandro CincagliniFix missing bridge for xen instances
2010-01-26 Iustin PopMerge branch 'devel-2.0' into devel-2.1
2010-01-25 Iustin PopEnsure all int/float conversions are handled right
2010-01-04 Iustin PopFix unused imports or add silences where needed
2010-01-04 Iustin Pophv_xen/_GetConfigFileDiskData: remove unused arg
2009-11-06 Jun FutagawaAdd use_localtime parameter for xen-hvm and kvm
2009-11-04 Iustin PopMigration: add check for listening target
2009-11-04 Iustin Pophypervisors: switch to using HV_MIGRATION_PORT
2009-11-04 Iustin PopIntroduce HV_MIGRATION_PORT hypervisor parameter
2009-11-04 Iustin Pophypervisors: change MigrateInstance API
2009-11-03 Michael Hanselmannhv_xen: Convert to utils.Retry
2009-10-22 Iustin PopXen: Ignore the retry argument in stop instance
2009-10-12 Michael HanselmannCode and docstring style fixes
2009-10-09 Guido TrotterHypervisors: Add retry= to StopInstance
2009-10-06 Guido TrotterVNC password: move to hv param and use in kvm
2009-10-05 Jun FutagawaAdd support for using the bootloader in xen-pvm
2009-09-03 Michael HanselmannEven more style fixes
2009-08-10 Iustin PopMove HVM's device_model to a hypervisor parameter
2009-08-10 Iustin PopImplement the KERNEL_PATH parameter for xen-hvm
2009-07-08 Guido TrotterMerge branch 'next' into branch-2.1
2009-07-07 Michael HanselmannFix pylint warnings
2009-06-15 Guido TrotterXen: NIC parameters
2009-05-27 Iustin PopAdd a node powercycle command
2009-05-22 Guido TrotterXen: add ancillary files
2009-05-19 Iustin PopMove to data-based hvparam checks instead of code
2009-05-19 Iustin PopMerge commit 'origin/next' into branch-2.1
2009-05-19 Iustin PopMove more hypervisor strings into constants
2009-05-14 Iustin PopMove HVM's device_model to a hypervisor parameter
2009-05-14 Iustin PopImplement the KERNEL_PATH parameter for xen-hvm
2009-04-06 Iustin PopFix Xen soft reboot via polling
2009-03-10 Guido TrotterXen: Remove one hardcoded constant
2009-02-25 Iustin PopFix xen-hvm and KERNEL_ARGS
2009-02-24 Iustin PopRemove the extra_args parameter in instance start
2009-02-24 Iustin PopSimplify a little the hypervisor routines
2009-02-17 Iustin PopShow more details for failed xen commands
2009-02-12 Iustin PopSome small fixes
2009-02-09 Guido TrotterXen-HVM: Improve the invalid disk/nic type error
2009-02-09 Guido TrotterRename the device type constants
2009-02-09 Guido Trotters/HT_HVM_VNC_BASE_PORT/VNC_BASE_PORT/g
2009-02-09 Iustin PopExport the cpu nodes and sockets from Xen
2009-02-07 Guido TrotterGet rid of constants.HT_HVM_DEFAULT_BOOT_ORDER
2009-01-29 Guido TrotterGetShellCommand: get hvparams and beparams
2009-01-28 Iustin PopActually mark drives as read-only if so configured
2009-01-27 Guido TrotterXen: use utils.WriteFile for the instance configs
2009-01-27 Guido TrotterXen: use utils.Readfile to read the VNC password
2009-01-27 Guido TrotterKVM and Xen: add the HV_ROOT_PATH parameter
2009-01-27 Guido TrotterKVM: implement GetShellCommandForConsole
2009-01-23 Guido TrotterXen and KVM: correct a typo when checking args
2009-01-21 Guido TrotterXen: implement auxiliary migration functions
2009-01-21 Iustin PopFix some more pylint errors
2009-01-20 Guido TrotterXen: use epydoc in MigrateInstance docstring
2009-01-13 Iustin PopForward port the live migration from 1.2 branch
2009-01-07 Iustin PopSimplify hypervisor block_devices structure
2009-01-06 Iustin PopFix some pylint-detected issues
2008-12-14 Iustin Popcleanup: xen hypervisor
2008-12-11 Iustin PopFix epydoc format warnings
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 PopChange hypervisors to use the beparams
2008-10-14 Iustin PopImplement the new hypervisor API in base/xen
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-07-30 Guido TrotterXen: remove two end-of-line semicolons
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 HanselmannRename hypervisor code to lowercase filenames