kvm: use the correct vnc bind address
[ganeti-local] / lib / hypervisor / hv_kvm.py
2009-03-12 Guido Trotterkvm: use the correct vnc bind address
2009-02-27 Guido TrotterUse EnsureDirs in KVM as well.
2009-02-24 Iustin PopRemove the extra_args parameter in instance start
2009-02-24 Iustin PopSimplify a little the hypervisor routines
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 TrotterKVM: parameters for different disk and nic types
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-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 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 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-07 Iustin PopSimplify hypervisor block_devices structure
2008-12-16 Guido TrotterKVM: improve socat interface
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-10-14 Iustin PopConvert the KVM hypervisor to hvparams
2008-10-14 Iustin PopChange hypervisors to use the beparams
2008-08-13 Guido TrotterKVM Hypervisor Cleanup
2008-08-13 Guido TrotterAdd KVM hypervisor code