kvm: remove last version-based feature detection
[ganeti-local] / lib / hypervisor / hv_kvm.py
2013-01-18 Guido Trotterkvm: remove last version-based feature detection
2013-01-18 Guido Trotterkvm: extract a regexp matching out of a for loop
2013-01-18 Guido Trotterkvm: deduplicate 'get output' code
2013-01-16 Dimitris AragiorgisCheck if KVM machine version is supported
2013-01-16 Guido Trotterkvm: make kvm path configurable as an hv parameter
2013-01-16 Guido Trottermake _{Generate,Execute}KVMRuntime accept kvm help
2013-01-16 Guido Trotterkvm: make auxiliary functions accept a kvm path
2013-01-16 Dimitris AragiorgisAdd KVM machine version as hv param
2013-01-14 Guido Trotterkvm: Add -vga option
2013-01-14 Guido Trotterkvm: Add kvm_extra parameter
2013-01-14 Guido Trotterkvm: support usb devices
2013-01-14 Guido TrotterAllow -soundhw option to kvm
2013-01-14 Guido Trotterkvm: simplify _GetMachineVersion
2013-01-14 Guido Trotterkvm: use help based feature detection
2013-01-14 Guido Trotterkvm: abstract getting --help output
2013-01-14 Guido Trotterkvm: always pass -usb
2013-01-14 Guido TrotterAdd a non negative int hypervisor parameter check
2013-01-14 Guido Trotterkvm: allow setting smp cores, threads, sockets
2013-01-14 Guido Trotterkvm: add serial console speed
2013-01-10 Dimitris AragiorgisAdd machine version in kvm runtime file
2012-12-18 Michael HanselmannFix error during cluster initialization due to hv_kvm
2012-12-17 Michael HanselmannAdd test for SPICE parameter list, add missing ones
2012-12-17 Michael Hanselmannhv_kvm: List of SPICE parameters should be module-global
2012-11-20 Dimitris AragiorgisMove _BuildNetworkEnv() at top-level
2012-11-20 Dimitris AragiorgisFixes to pass pep8 (make lint)
2012-11-20 Dimitris AragiorgisPass netinfo in rpcs
2012-11-20 Apollon OikonomopoulosPeripheral changes for networks
2012-11-12 Iustin PopMerge branch 'devel-2.6' into master
2012-11-12 Iustin PopFix type error in kvm/GetMigrationStatus
2012-09-28 Michael HanselmannStop hardcoding root user
2012-09-21 Michael Hanselmannhv_kvm: Use pu.CONF_DIR variable
2012-09-18 Michael HanselmannMigrate lib/hypervisor/*.py from constants to pathutils
2012-09-18 Michael Hanselmannconstants: Move most paths to separate module
2012-08-27 Iustin PopMerge branch 'devel-2.6'
2012-08-23 Iustin PopBump pep8 version to 1.2
2012-07-27 Iustin PopFix 'explicitely' common typo
2012-07-25 Iustin PopMerge commit 'v2.5.2' into stable-2.6
2012-07-24 Iustin PopFix boot=on flag for CDROMs
2012-07-24 Iustin PopKVM: only pass boot flag once
2012-07-20 Nikita StaroverovAdd support for -cpu option in KVM
2012-06-12 Bernardo Dal SenoFixed typos, formatting, etc and added a comment
2012-06-12 Iustin PopFix epydoc raises L{...} usage
2012-06-11 Iustin PopMerge branch 'stable-2.5' into stable-2.6
2012-06-11 Iustin PopMove KVM keymap from GenerateRuntime to ExecuteRuntime
2012-06-11 Iustin PopAdd the keymap directory to the list of runtime KVM...
2012-04-13 Michael HanselmannMerge branch 'devel-2.5'
2012-03-23 Guido TrotterMerge branch 'stable-2.5' into devel-2.5
2012-03-21 Guido TrotterKVM: don't add -nographic using spice
2012-01-23 Nikos SkalkotosOpen VDI Port when spice_use_vdagent is enabled
2012-01-20 Guido Trotterhypervisors: start instances with max available mem
2012-01-20 Guido Trotterkvm: always start in paused state
2012-01-17 Guido TrotterImplement memory ballooning in kvm
2012-01-06 Guido TrotterMerge branch 'devel-2.5'
2012-01-06 Guido TrotterMerge branch 'stable-2.5' into devel-2.5
2012-01-06 Guido TrotterKVM: support version reported by 1.0
2011-12-21 Michael Hanselmannhv_kvm: Make string containing regex a raw string
2011-12-21 Michael Hanselmannhv_kvm: Style fixes
2011-12-21 Michael Hanselmannhv_kvm.QmpMessage: Use dict.get
2011-12-21 Michael Hanselmannserializer: Remove JSON indentation and dict key sorting
2011-12-08 Guido TrotterAdd a balloon device to all kvm instances
2011-12-08 Guido Trotterkvm: get more accurate info from qmp, if possible
2011-12-08 Guido Trotterkvm: make qmp connections more robust
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-18 Guido TrotterRevert "Added SPICE TLS option and related cert paths"
2011-10-18 Guido TrotterRevert "Implementation of TLS-protected SPICE connections"
2011-10-18 Guido TrotterRevert "Add tls_ciphers and use_vdagent options"
2011-09-30 Andrea SpadacciniMerge branch 'devel-2.5'
2011-09-29 Andrea SpadacciniAdd memory transfer progress info to migration
2011-09-29 Andrea SpadacciniMake migration RPC non-blocking
2011-09-28 Andrea SpadacciniMigration: warn the user about hv version mismatch
2011-09-23 Andrea SpadacciniFix interaction between CPU pinning and KVM migration
2011-09-20 Andrea SpadacciniMerge branch 'devel-2.5'
2011-09-20 Andrea SpadacciniAdd tls_ciphers and use_vdagent options
2011-09-20 Andrea SpadacciniImplementation of TLS-protected SPICE connections
2011-09-20 Andrea SpadacciniAdded SPICE TLS option and related cert paths
2011-09-20 Andrea SpadacciniFix two pylint errors
2011-09-16 Tsachy Shachamhv_kvm: bugfix
2011-09-15 Tsachy Shachamhv_kvm: fix hardcoded KVM command string
2011-09-15 Tsachy Shachamhv_kvm: support for CPU pinning
2011-09-15 Guido TrotterMerge branch 'devel-2.5'
2011-09-13 Andrea SpadacciniAdd SPICE compression and streaming options
2011-09-13 Andrea SpadacciniAdd SPICE support to gnt-instance console
2011-09-07 Andrea SpadacciniMake KVM use the QXL vga driver with SPICE
2011-09-07 Andrea SpadacciniUse a loop to check SPICE parameters dependency
2011-09-03 Andrea SpadacciniAdded password for SPICE sessions
2011-09-03 Andrea SpadacciniDraft implementation of QMP connection
2011-08-25 Michael HanselmannMerge branch 'devel-2.5'
2011-08-25 Michael HanselmannPEP8 style fixes
2011-08-25 Tsachy Shachamhv_kvm: initial support for CPU pinning
2011-08-15 Andrea SpadacciniHandle network interfaces without IPs
2011-08-15 Andrea SpadacciniFixed potential unreferenced variable usage
2011-08-12 Andrea SpadacciniAdded basic support for SPICE
2011-08-09 Andrea SpadacciniFixed an error in the documentation of _GetKVMVersion
2011-08-09 Andrea SpadacciniRemoved code duplication for calls to _GetKVMVersion
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-21 Sébastien BocahuAdd support for KVM keymaps
next