workerpool: Additional check in BaseWorker.ShouldTerminate
[ganeti-local] / lib / hypervisor /
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-24 Guido TrotterKVMHypervisor: wrap long line
2009-09-24 Guido TrotterKVM nic script: enable interface forwarding
2009-09-24 Guido TrotterKVM nic script: use routed link as table
2009-09-03 Michael HanselmannEven more style fixes
2009-09-03 Michael HanselmannKVM hypervisor: Use ReadFile
2009-09-03 Michael HanselmannA few 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-08-04 Iustin PopMerge commit 'origin/branch-2.1' into feature/containers
2009-07-20 Iustin PopFix backend import errors from GetHypervisorClass
2009-07-19 Iustin PopMerge commit 'origin/branch-2.1' into feature/containers
2009-07-08 Guido TrotterMerge branch 'next' into branch-2.1
2009-07-07 Michael HanselmannFix pylint warnings
2009-06-26 Guido TrotterUse ReadFile.splitlines() rather than readlines
2009-06-18 Iustin PopFix various pylint warnings
2009-06-16 Guido TrotterKVMHypervisor, fix a bug in MigrateInstance
2009-06-15 Guido TrotterXen: NIC parameters
2009-06-15 Guido TrotterKVM: NIC parameters
2009-05-27 Iustin PopAdd a node powercycle command
2009-05-22 Guido TrotterIsNormAbsPath and users, use "normalized" term
2009-05-22 Guido Trotterhv_chroot: update PARAMETERS value
2009-05-22 Guido TrotterMerge branch 'branch-2.1' into feature/containers
2009-05-22 Guido TrotterHypervisors: make absolute path checking strict
2009-05-22 Guido TrotterKVM: add the network script to the ancillary files
2009-05-22 Guido TrotterXen: add ancillary files
2009-05-22 Guido Trotter_RedistributeAncillaryFiles: add hypervisor files
2009-05-22 Guido TrotterKVM: replace hardcoded network script path
2009-05-21 Iustin PopMerge branch 'branch-2.1' into feature/containers
2009-05-20 Guido TrotterMerge branch 'master' into branch-2.1
2009-05-20 Guido TrotterMerge branch 'master' into next
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-05-12 Guido TrotterKVM: Abstract runtime file removal in a function
2009-05-12 Iustin PopNew hypervisor implementation: chroot manager
2009-05-12 Guido TrotterKVMHypervisor: return memory and cpus as integers
2009-05-05 Iustin PopAbstract Linux node information in hv_base
2009-04-06 Iustin PopFix Xen soft reboot via polling
2009-03-12 Guido Trotterkvm: use the correct vnc bind address
2009-03-10 Guido TrotterXen: Remove one hardcoded constant
2009-02-27 Guido TrotterUse EnsureDirs in KVM as well.
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-13 Iustin PopSome small improvements to the fake hypervisor
2009-02-12 Iustin PopSome small fixes
2009-02-10 Guido TrotterKVM: Correct CheckParameterSyntax docstring
2009-02-10 Guido TrotterKVM: Fix _CallMonitorCommand error message
2009-02-09 Guido TrotterKVM: Add usb mouse type parameter
2009-02-09 Guido TrotterKVM: allow netboot
2009-02-09 Guido TrotterKVM: actually support different nic types
2009-02-09 Guido TrotterKVM: export hvparams in the runtime
2009-02-09 Guido TrotterKVM: actually support different disk types
2009-02-09 Guido TrotterXen-HVM: Improve the invalid disk/nic type error
2009-02-09 Guido TrotterKVM: parameters for different disk and nic types
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 TrotterKVM: don't boot from a virtio cdrom
2009-02-07 Guido TrotterKVM: don't boot from cdrom with no cdrom
2009-02-07 Guido TrotterSupport cdrom image and boot order for KVM
2009-02-07 Guido TrotterGet rid of constants.HT_HVM_DEFAULT_BOOT_ORDER
2009-02-05 Guido TrotterKVM: add VNC TLS and X509 parameters
2009-02-05 Guido TrotterKVM: allow binding vnc to a file
2009-02-03 Guido TrotterKVM: Make GetAllInstancesInfo concurrency-safe
2009-01-29 Guido TrotterKVM: advise about VNC support on GetShellCommand
2009-01-29 Guido TrotterKVM: enable VNC if a VNC_BIND_ADDRESS is defined
2009-01-29 Guido TrotterKVM: Allow the HV_VNC_BIND_ADDRESS parameter
2009-01-29 Guido TrotterKVM: make the kernel and initrd arguments optional
2009-01-29 Guido TrotterKVM: add the HV_SERIAL_CONSOLE parameter
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-27 Guido TrotterKVM: classify _Instance{Monitor,Serial,KVMRuntime}
2009-01-23 Guido TrotterXen and KVM: correct a typo when checking args
2009-01-21 Guido TrotterKVM live migration: handle failure
2009-01-21 Guido TrotterKVM: change a few IOError with EnvironmentError
2009-01-21 Guido TrotterKVM: instance migration
2009-01-21 Guido TrotterKVM: add the _InstancePidAlive function
2009-01-21 Guido TrotterKVM: fix RebootInstance
2009-01-21 Guido TrotterKVM: retry the instance shutdown command
2009-01-21 Guido TrotterXen: implement auxiliary migration functions
2009-01-21 Iustin PopFix some more pylint errors
2009-01-21 Guido TrotterImplement the new live migration backend functions
2009-01-21 Guido TrotterKVM: save and remove the KVM runtime
2009-01-21 Guido TrotterKVM: split KVM runtime generation and startup
2009-01-20 Guido TrotterKVM: add a _CONF_DIR
2009-01-20 Guido TrotterKVM: Remove sockets after shutdown
2009-01-20 Guido TrotterKVM: fix class docstring
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
next