KVM: use cache=none for shared disk templates
[ganeti-local] / lib / hypervisor / hv_kvm.py
2011-03-08 Apollon OikonomopoulosKVM: use cache=none for shared disk templates
2011-01-18 Guido TrotterKVM: don't fail removing non-existing nic path
2011-01-18 Apollon OikonomopoulosKVM: Perform network configuration in Ganeti
2011-01-18 Apollon OikonomopoulosKVM: Add auxiliary functions to handle tap devices
2011-01-07 Michael HanselmannUse new console information in hypervisor abstraction
2010-12-06 Adeodato Simohv_kvm.py: fix some lint issues introduced in 4b784cf
2010-12-03 Miguel Di Ciurcio... kvm: Improve network syntax and tests
2010-12-03 Miguel Di Ciurcio... kvm: Make _GetKVMVersion() return integers
2010-10-05 Michael HanselmannMerge branch 'devel-2.2'
2010-10-05 Guido Trotterkvm: collapse two consecutive extend calls
2010-10-05 Miguel Di Ciurcio... kvm: Introduce support for -mem-path
2010-10-05 Iustin PopMerge branch 'devel-2.2'
2010-10-04 Guido TrotterKVM: Add function to check the hypervisor version
2010-09-22 Michael HanselmannMerge branch 'devel-2.2'
2010-09-20 Vitaly KuznetsovFix migration on new KVMs
2010-08-18 Guido TrotterMerge branch 'devel-2.2'
2010-08-18 Guido TrotterMerge branch 'devel-2.1' into devel-2.2
2010-08-18 Manuel FranceschiniIntroduce new IPAddress classes
2010-08-17 Guido TrotterRestore 'tablet mouse on vnc' behavior
2010-08-17 Guido TrotterRevert "Add -usbdevice tablet to KVM when using vnc"
2010-07-23 Iustin PopRename migration type to migration mode
2010-07-16 Iustin PopAdd a migration type global hypervisor parameter
2010-07-15 Michael HanselmannKVM hypervisor: Use utils.ShellWriter for network script
2010-07-09 Manuel FranceschiniIntroduce lib/netutils.py
2010-06-30 Manuel FranceschiniIntroduce utils.IsValidIP{4,6}()
2010-06-30 Manuel FranceschiniReplace '0.0.0.0' with constant
2010-06-04 Guido Trotter_ExecuteKVMRuntime: fix hv parameter fun
2010-06-04 Guido TrotterUpdate FinalizeMigration docstring
2010-06-01 Balazs LeczAdd KVM chroot feature
2010-06-01 Guido TrotterMerge branch 'devel-2.1'
2010-05-31 Apollon OikonomopoulosKVM: Migration bandwidth and downtime control
2010-05-28 Balazs LeczAdd KVM chroot feature
2010-05-18 Guido TrotterKVM: vhost net acceleration support
2010-05-12 Guido TrotterConvert some ReadFile calls to ReadOneLineFile
2010-05-07 Guido TrotterKVM: only export instance tags if present
2010-04-28 Apollon OikonomopoulosKVM: make tags available in KVM_NET_SCRIPT
2010-04-21 Iustin PopAdd a hypervisor constant for migration support
2010-04-21 Guido TrotterFix indentation error
2010-04-21 Apollon OikonomopoulosOnly use boot=on on non-ide disks only (KVM)
2010-04-21 Apollon OikonomopoulosAdd -usbdevice tablet to KVM when using vnc
2010-04-21 Guido TrotterKVM: fix a bug in _TryReadUidFile
2010-04-20 Guido TrotterKVM: implement the HT_SM_POOL security model
2010-04-20 Guido TrotterKVM: add an instance uid file concept
2010-04-20 Guido TrotterKVM: move post-shutdown cleanup operations
2010-03-31 Guido Trotterkvm_flag hypervisor parameter
2010-03-31 Guido TrotterMove the runas user at execution time
2010-03-23 Iustin PopExtend the hypervisor API with name-only shutdown
2010-03-22 Guido TrotterKVM: Check instances for actual liveness
2010-03-22 Guido TrotterKVM: improve GetInstanceInfo docstring
2010-03-11 Guido TrotterKVM: remove unused variable
2010-03-10 Guido TrotterKVM: add security model and domain parameters
2010-03-10 Guido TrotterKVM: pass the instance name as the first kvm flag
2010-03-10 Guido TrotterKVM: Remove boot restriction for paravirtual nics
2010-03-08 Timothy KuhlmanKVM: Fix unintended qemu-level bridging of nics
2010-03-08 Iustin Pophv_kvm: remove hard-coded path constructs
2010-03-02 Vitaly KuznetsovAvoid absolute path for privileged commands
2010-01-22 Guido TrotterKVM: fix pylint warning
2010-01-22 Guido TrotterKVM: be more resilient on broken migration answers
2010-01-04 Iustin PopKVM: Abstract/rework instance up checks
2010-01-04 Iustin PopKVM: Split out the pidfile computation
2010-01-04 Iustin PopRemove many 'Unused variable' warnings
2010-01-04 Iustin PopFix use of the logging functions
2009-12-28 Iustin PopFix indentation in hv_kvm
2009-12-10 Iustin PopAdd disk cache control parameter for KVM
2009-11-26 Guido TrotterKVM: fail when a routed nic has no ip
2009-11-26 Iustin PopAdd disk cache control parameter for KVM
2009-11-11 Michael HanselmannFix and simplify socat escape detection
2009-11-10 Guido TrotterKVMHypervisor: fix broken error format string
2009-11-06 Jun FutagawaAdd use_localtime parameter for xen-hvm and kvm
2009-11-05 Guido Trotterkvm console: use socat raw mode with escape
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 Iustin PopRevert "kvm console: use socat raw mode with escape"
2009-11-03 Guido Trotterkvm console: use socat raw mode with escape
2009-10-22 Guido TrotterKVM netscript: add static routes, with no suffix
2009-10-22 Guido TrotterKVMHypervisor: configure v6 parameters on nic
2009-10-22 Guido TrotterKVMHypervisor: implement instance policy routing
2009-10-12 Michael HanselmannCode and docstring style fixes
2009-10-09 Guido TrotterKVMHypervisor: use the StopInstance retry feature
2009-10-09 Guido TrotterHypervisors: Add retry= to StopInstance
2009-10-06 Guido TrotterVNC password: move to hv param and use in kvm
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 HanselmannKVM hypervisor: Use ReadFile
2009-09-03 Michael HanselmannA few style fixes
2009-06-18 Iustin PopFix various pylint warnings
2009-06-16 Guido TrotterKVMHypervisor, fix a bug in MigrateInstance
2009-06-15 Guido TrotterKVM: NIC parameters
2009-05-27 Iustin PopAdd a node powercycle command
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 TrotterKVM: replace hardcoded network script path
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
next