]> git.ipfire.org Git - thirdparty/libvirt.git/shortlog
thirdparty/libvirt.git
2009-11-05  Matthew BoothProperly convert port numbers to/from network byte...
2009-11-05  Eduardo OtuboPOWER add create() and destroy() support
2009-11-05  Matthew BoothEnsure guestfwd address is IPv4 and various cleanups
2009-11-05  Daniel VeillardForgot test case on previous commit
2009-11-05  Matthew BoothSupport for <channel> in domain and QEmu backend
2009-11-05  Matthew BoothDetect availability of QEMU -chardev CLI option
2009-11-05  Matthew BoothAllow character devices to have different target types
2009-11-05  Ryota OzakiLXC allow container to have ethN interfaces
2009-11-05  Ryota OzakiLXC cleanup deep indentation in lxcDomainSetAutostart
2009-11-05  Ryota OzakiLXC messages cleanup and fix lxcError
2009-11-05  Ryota OzakiLXC fix wrong or out-of-date function descriptions
2009-11-04  Cole Robinsondocs: <clock> property is 'offset', not 'sync'
2009-11-03  Gerhard Stenzeladd MAC address based port filtering to qemu
2009-11-03  Gerhard StenzelNew ebtables module wrapper
2009-11-03  Cole Robinsontest: Implement virDomainPinVcpu
2009-11-03  Cole Robinsontest: Implement virDomainGetVcpus
2009-11-03  Cole Robinsontest: Update vcpu runtime info in SetVcpus
2009-11-03  Cole Robinsontest: Use privateData to track running VM vcpu state
2009-11-03  Cole Robinsontest: Break out wrapper for setting up started domain...
2009-11-03  Cole Robinsontest: Fixes for SetVcpus
2009-11-03  Cole Robinsonqemu: Remove compiled out localhost migration support
2009-11-03  Cole Robinsonstorage: conf: Fix memory leak in encryption parsing
2009-11-03  Cole RobinsonVarious error reporting fixes
2009-11-03  Cole RobinsonImprove error reporting for virConnectGetHostname calls
2009-11-03  Laine StumpFix improper error return in virInterfaceDefParseProtoIPvX
2009-11-03  Laine StumpMake monitor type (miimon/arpmon) optional in bond xml
2009-11-03  Laine StumpFix virInterfaceIpDefPtr leak during virInterfaceIpDefFree
2009-11-03  Laine StumpSupport for IPv6 / multiple addresses per interfaces
2009-11-03  Laine StumpSupport reporting live interface IP/netmask
2009-11-03  Laine StumpMake startmode optional in toplevel interface definition
2009-11-03  Daniel P. BerrangeMove libvirtd event loop into background thread
2009-11-03  Dan Kenigsberggive up python interpreter lock before calling cb
2009-11-03  Laine StumpAllow NULL mac address in virGetInterface
2009-11-03  Daniel VeillardFix compilation problems
2009-11-03  Chris LalancetteFix up NLS warnings.
2009-11-03  Chris LalancetteRemove redundant virFileDeletePID() call
2009-11-02  Daniel P. BerrangeFix return value in virStateInitialize impl for LXC
2009-11-02  Matthias BolteESX: Fix memory leak in list handling functions.
2009-11-02  Matthias BolteESX: Don't automatically follow redirects.
2009-11-02  Matthias BolteESX: Unify naming of VI API utility and convenience...
2009-11-02  Matthias BolteESX: Change disk selection for datastore detection.
2009-11-02  Matthias BolteESX: Fallback to the preliminary name if the datastore...
2009-11-02  Daniel P. BerrangeRename internal APis
2009-11-02  Matthew BoothFix --with-init-script configure option
2009-11-02  Daniel P. BerrangeDon't let parent of daemon exit until basic initializat...
2009-11-02  Daniel P. BerrangePull signal setup code out into separate method
2009-11-02  Yuji NISHIDASet KMEMSIZE for OpenVZ domains being defined
2009-11-02  Daniel P. BerrangeFix duplicating logging of errors in libvirtd
2009-11-02  Daniel P. BerrangeFix initialization order bugs
2009-11-02  Daniel P. BerrangeMisc cleanup to network socket init
2009-11-02  Daniel P. BerrangeAnnotate many methods with ATTRIBUTE_RETURN_CHECK ...
2009-11-02  Daniel P. BerrangeAllow for a driver specific private data blob in virDom...
2009-11-02  Matthias BolteDon't use private struct member names of in6_addr
2009-11-02  Matthew BoothMore network utility functions
2009-10-30  Matthew BoothFix typo in network.c function comments
2009-10-30  Daniel VeillardAdd symbols from new network.h module
2009-10-30  Daniel VeillardSet of new network related utilities
2009-10-30  Pritesh KothariFix configure detection of device mapper
2009-10-30  Daniel VeillardRemote code caught EINTR making it ininterruptable
2009-10-28  Daniel P. BerrangeConvert virDomainObjListPtr to use a hash of domain...
2009-10-28  Mark McLoughlinlibvirt-devel should only require libvirt-client
2009-10-28  Cole Robinsonvirterror: Add a missing 'break' for VIR_ERR_INVALID_SECRET
2009-10-28  Cole Robinsonqemu: migrate: Don't require manual URI to specify...
2009-10-28  Cole RobinsonFix p2p migration without a passed uri.
2009-10-28  Cole Robinsonqemu: Fix an error message in GetVcpus
2009-10-28  Cole Robinsontest: Support virStorageFindPoolSources
2009-10-28  Cole Robinsonstorage: Add ParseSourceString function for use with...
2009-10-28  Cole Robinsonstorage: Break out function to add pool source to a...
2009-10-28  Cole Robinsonstorage: Break out pool source parsing to a separate...
2009-10-28  Chris LalancetteUpdate the documentation for virDomainMigrateToURI
2009-10-28  Paolo BonziniAdd support for an external TFTP boot server
2009-10-27  Cole Robinsontest: Support virNodeDeviceCreate and virNodeDeviceDestroy
2009-10-26  Dan KenigsbergFix some typos in comments
2009-10-26  Matthias BolteFix problems in the Xen inotify driver.
2009-10-26  Matthias BolteFix error message in qemudLoadDriverConfig()
2009-10-26  Chris LalancetteAdd a new syntax-check rule for gethostname.
2009-10-26  Chris LalancetteVarious syntax-check fixes.
2009-10-26  Chris LalancetteTighten up nonreentrant syntax-check.
2009-10-26  Chris LalancetteReplace a gethostname by virGetHostname in libvirtd.c
2009-10-26  Chris LalancetteReplace two strcmp() by STREQ() in qemu_driver.c
2009-10-26  Chris LalancetteReplace gethostname by virGetHostname in xend_internal.c
2009-10-26  Chris LalancetteRemove a completely bogus reference increment in the...
2009-10-26  Chris LalancetteAdd a default log_level to qemudSetLogging to remove...
2009-10-26  Chris LalancetteBetter error message when libvirtd fails to start.
2009-10-22  Matthias BolteFix potential false-positive OOM error reporting.
2009-10-22  Daniel VeillardConsolidate virXPathNodeSet()
2009-10-21  Richard JonesSupport QEMU watchdog device.
2009-10-21  Dan KenigsbergDo not log rotate very small logs
2009-10-21  Daniel Veillard528575 avoid libvirtd crash on LCX domain autostart
2009-10-21  Jim FehligFix virsh.c compilation warning
2009-10-21  Jim FehligFix SELinux linking issues
2009-10-21  Ryota OzakiLXC implement missing macaddr assignment feature
2009-10-21  Daniel VeillardFix a make dist error due to wrong EXTRA_DIST paths
2009-10-20  Cole Robinsonnode device: Break out get_wwns and get_parent_node...
2009-10-20  Cole Robinsonnode device: Fix locking issue in virNodeDeviceDestroy
2009-10-20  Cole Robinsontests: Centralize VIR_TEST_DEBUG lookup, and document it
2009-10-20  Cole Robinsontests: Initialize virRandom in for test suite.
2009-10-19  Daniel P. BerrangeRemove bogus const annotations to hash iterator
2009-10-19  Dan Kenigsbergfix virDomainMigrateToURI doc
2009-10-19  Ryota OzakiLXC fix virCgroupGetValueStr problem with \n
next