]> git.ipfire.org Git - thirdparty/libvirt.git/shortlog
thirdparty/libvirt.git
2011-09-02  Jim FehligDon't overwrite errors from xend_{get,req}
2011-09-01  Jim FehligChange my email domain
2011-09-01  Eric Blakevirsh: improve send-key documentation
2011-09-01  Eric Blakevirsh: support 'virsh start --force-boot' on older...
2011-09-01  Alex Jiavirsh: avoid memory leak on cmdVolCreateAs
2011-09-01  Eric Blakebuild: fix 'make check' with pdwtags
2011-09-01  Jim Fehligvirsh: Expose virDomainMigrateGetMaxSpeed API
2011-09-01  Jim FehligAdd public API for getting migration speed
2011-09-01  Eric Blakevirsh: prefer unsigned flags
2011-09-01  Daniel P. BerrangeFix tracking of RPC messages wrt streams
2011-09-01  Daniel P. BerrangeAvoid use-after-free on streams, due to message callbacks
2011-09-01  Daniel P. BerrangeFix parted sector size assumption
2011-09-01  Osier Yangqemu: Fix a regression of domain save
2011-09-01  Osier YangRevert "test: Cleanup improper VIR_ERR_NO_SUPPORT use"
2011-09-01  Osier Yangstorage: Fix incorrect error codes
2011-09-01  Osier Yangremote: Fix incorrect error codes
2011-09-01  Osier Yangnodeinfo: Fix incorrect error codes
2011-09-01  Osier Yanglxc: Fix incorrect changes on error codes.
2011-09-01  Osier Yangconf: Substitute OPERATION_INVALID with INTERNAL_ERROR
2011-08-31  Daniel P. BerrangeStop libxl driver polluting logs on non-Xen hosts
2011-08-31  Daniel P. BerrangeFix memory leak parsing 'relabel' attribute in domain...
2011-08-31  Daniel P. BerrangeFix memory leak dispatching domain events
2011-08-31  Daniel P. BerrangeDon't leak memory if a cgroup is mounted multiple times
2011-08-31  Eric Blakesecurity: fix build
2011-08-31  Guannan Renstream: remove redundant reference to client while...
2011-08-31  Daniel P. BerrangeRemove bogus virSecurityManagerSetProcessFDLabel method
2011-08-31  Daniel P. BerrangeFix sanlock socket security labelling
2011-08-31  Daniel P. BerrangeFix incorrect path length check in sanlock lockspace...
2011-08-30  Eric Blakesnapshot: forbid snapshot on autodestroy domain
2011-08-30  Philipp HahnFix error detection in device change
2011-08-30  Eric Blakestart: allow discarding managed save
2011-08-30  Eric Blakebuild: simplify use of verify
2011-08-30  Eric Blakeqemu: properly label outgoing pipe for tunneled migration
2011-08-29  Guannan Renrpc: fix a typo in debugging log in virNetServerProgram...
2011-08-26  Eric Blakemaint: fix spelling errors on lose
2011-08-26  Jim FehligFix generator to cope with call-by-ref long types
2011-08-26  Matthias Boltehyperv: Add basic documentation
2011-08-26  Matthias Boltehyperv: Add basic driver for Microsoft Hyper-V
2011-08-26  Matthias Boltehyperv: Add OpenWSMAN based client for the Hyper-V...
2011-08-26  Matthias Boltehyperv: Add driver skeleton
2011-08-26  Matthias Boltehyperv: Add configure check for OpenWSMAN
2011-08-26  Taku Izumischedinfo: update man page about virsh schedinfo command
2011-08-26  KAMEZAWA HiroyukiFix persistent migration config save
2011-08-26  Jiri Denemarkrpc: Don't close connection if program is unknown
2011-08-26  Michal Privoznikremote: Refuse connecting to remote socket
2011-08-26  Michal Privoznikvirterror: Fix error message for VIR_ERR_INVALID_ARG
2011-08-26  Daniel P. BerrangeDetect errors from the 'sendkey' command
2011-08-26  Daniel P. BerrangeFix keymap used to talk with QEMU
2011-08-26  Jiri Denemarkvirsh: Clarify documentation of -d option
2011-08-26  Jiri Denemarkqemu: Correctly label migration TCP socket
2011-08-26  Jiri Denemarksecurity: Introduce SetSocketLabel
2011-08-26  Jiri Denemarksecurity: Rename SetSocketLabel APIs to SetDaemonSocket...
2011-08-26  Jiri DenemarkIgnore unused streams in virStreamAbort
2011-08-26  Jiri DenemarkDo not try to cancel non-existent migration on source
2011-08-25  Eric Blakesnapshot: track current snapshot across restarts
2011-08-25  Eric Blakesnapshot: only pass snapshot to qemu command line when...
2011-08-25  Eric Blakesnapshot: don't leak resources on qemu snapshot failure
2011-08-25  Alex Jialibvirt: avoid dead store in virDomainMigrateVersion3
2011-08-25  Alex Jiaqemu: avoid dead store in doPeer2PeerMigrate3
2011-08-25  Daniel P. BerrangeFix command test wrt gnutls initialize & fix debugging
2011-08-25  Michal Privoznikdaemon: Move TLS initialization to virInitialize
2011-08-24  Laine Stumputil: only fchown newly created files in virFileOpenAs
2011-08-24  Shradha Shahqemu: fix off-by-one in pci slot reservation
2011-08-24  Steve Hodgsonmaint: attribute second author of previous patch
2011-08-24  Shradha Shahpci: fix pciDeviceListSteal on multiple devices
2011-08-24  Eric Blakelibvirt: log all flags parameters
2011-08-24  Eric Blakevirsh: add list --managed-save
2011-08-24  Matthias Bolteesx: Use $(PYTHON) instead of the shebang to run the...
2011-08-24  Osier Yangqemu: Report error if qemu monitor command not found...
2011-08-23  Matthias Bolteesx: Refactor a repeated string in the generator
2011-08-23  Eric Blakemaint: fix comment typos
2011-08-23  Osier Yangvirsh: Substitute goto label out with cleanup
2011-08-23  Osier Yangvirsh: Do not try to free domain if it is NULL
2011-08-23  Osier Yangxen: Cleanup improper VIR_ERR_NO_SUPPORT use
2011-08-23  Osier Yangtest: Cleanup improper VIR_ERR_NO_SUPPORT use
2011-08-23  Osier Yangstorage: Cleanup improper VIR_ERR_NO_SUPPORT use
2011-08-23  Osier Yangremote: Cleanup improper VIR_ERR_NO_SUPPORT use
2011-08-23  Osier Yangqemu: Cleanup improper VIR_ERR_NO_SUPPORT use
2011-08-23  Osier Yangnodeinfo: Cleanup improper VIR_ERR_NO_SUPPORT use
2011-08-23  Osier Yanglxc: Cleanup improper VIR_ERR_NO_SUPPORT use
2011-08-23  Osier Yangconf: Cleanup improper use of VIR_ERR_NO_SUPPORT in...
2011-08-23  Osier Yangqemu: Substitute VIR_ERR_NO_SUPPORT with VIR_ERR_OPERAT...
2011-08-23  Osier Yangvirsh: Print error if specified bandwidth is invalid...
2011-08-22  KAMEZAWA Hiroyukisend-key: fix scan keycode map
2011-08-22  Eric Blakebuild: work around older systemtap header
2011-08-19  Eric Blakevirsh: properly interleave shared stdout and stderr
2011-08-19  Eric Blakemaint: simplify lots of libxml2 clients
2011-08-19  Eric Blakexml: add another convenience function
2011-08-19  Eric Blakemaint: treat more libxml2 functions as free-like
2011-08-19  Eric Blaketest: rewrite test to match change in behavior
2011-08-19  Eric Blakebuild: fix typo in recent test patch
2011-08-19  Eric BlakeRevert "xen: Allow to undefine a running domain (xm_int...
2011-08-19  Osier Yangxen: Allow to undefine a running domain (xm_internal)
2011-08-19  Osier Yangvmware: Allow to undefine a running domain
2011-08-19  Osier Yanguml: Allow to undefine a running domain
2011-08-19  Osier Yangtest: Allow to undefine a running domain
2011-08-19  Osier Yangqemu: Allow to undefine a running domain
2011-08-19  Osier Yangopenvz: Allow to undefine a running domain
2011-08-19  Osier Yanglxc: Allow to undefine a running domain
2011-08-19  Osier Yanglibxl: Allow to undefine a running domain.
next