]> git.ipfire.org Git - thirdparty/libvirt.git/shortlog
thirdparty/libvirt.git
2011-06-24  Michal NovotnyNetwork: Add regression tests for the command-line...
2011-06-24  Michal NovotnyNetwork: modify dnsmasq commandline build function...
2011-06-24  Michal NovotnyAdd TXT record support for virtual DNS service
2011-06-24  Matthias Boltepython: Don't declare Py_ssize_t for Python 2.6
2011-06-24  Matthias Boltetests: Improve IPv6 detection for virNetSocket tests
2011-06-24  Jamie StrandbogeMove load of AppArmor profile to GenLabel()
2011-06-24  Eric Blakedocs: document correct flag name
2011-06-24  Eric BlakeRevert "Add new API virDomainBlockPull* to headers"
2011-06-24  Eric BlakeRevert "virDomainBlockPull: Implement the main entry...
2011-06-24  Eric BlakeRevert "Add virDomainBlockPull support to the remote...
2011-06-24  Eric BlakeRevert "Implement virDomainBlockPull for the qemu driver"
2011-06-24  Eric BlakeRevert "Enable the virDomainBlockPull API in virsh"
2011-06-24  Eric BlakeRevert "Enable virDomainBlockPull in the python API."
2011-06-24  Eric BlakeRevert "Asynchronous event for BlockPull completion"
2011-06-24  Eric Blakebuild: avoid python 2.4 build failure
2011-06-24  Eric Blakebuild: fix NUMA build on RHEL 5
2011-06-24  Minoru UsuiAdd Memory Device Information to virSysinfoRead() from...
2011-06-24  Minoru UsuiAdd Processor Information to virSysinfoRead() from...
2011-06-24  Minoru UsuiCleanup virSysinfoRead()
2011-06-24  Daniel P. BerrangeMake sure virnetprotocol.[ch] are in BUILT_SOURCES
2011-06-24  Eric Blakemaint: typo fixes
2011-06-24  Daniel P. BerrangeFix some bugs in RPC protocol make rules
2011-06-24  Daniel P. BerrangeAdd missing translation of error message from QEMU...
2011-06-24  Daniel P. BerrangeFix job type set in qemuMigrationPrepareDirect/PrepareT...
2011-06-24  Daniel P. BerrangeAvoid high privileges taint warning for QEMU session...
2011-06-24  Daniel P. BerrangeAllow automatic kill of guests when a connection is...
2011-06-24  Daniel P. BerrangeAutomatically kill target QEMU if migration aborts...
2011-06-24  Daniel P. BerrangeAdd infrastructure to automatically destroy guests...
2011-06-24  Daniel P. BerrangeSupport reboots with the QEMU driver
2011-06-24  Daniel P. BerrangeMove the RPC generator scripts into src/rpc
2011-06-24  Daniel P. BerrangeIntroduce generic RPC client objects
2011-06-24  Daniel P. BerrangeIntroduce generic RPC module for advertising via MDNS
2011-06-24  Daniel P. BerrangeIntroduce generic RPC server objects
2011-06-24  Daniel P. BerrangeIntegrate TLS/SASL directly into the socket APIs
2011-06-24  Daniel P. BerrangeGeneric module for handling SASL authentication & encry...
2011-06-24  Daniel P. BerrangeGeneric module for handling TLS encryption and x509...
2011-06-24  Daniel P. BerrangeIntroduce a generic object for using network sockets
2011-06-24  Daniel P. BerrangeProvide a simple object for encoding/decoding RPC messages
2011-06-24  Daniel P. BerrangeDefines the basics of a generic RPC protocol in XDR
2011-06-24  Eric Blakebuild: avoid python 2.4 build failure
2011-06-24  Eric Blakebuild: avoid compiler failure
2011-06-23  David S. Wangdocumenting the 802.1Qbh parameters of a 'direct' interface
2011-06-23  Eric Blakebuild: update to latest gnulib
2011-06-23  Stefan Bergerbuild: fix compilation on systems missing libnl and...
2011-06-23  Matthias Bolteconfigure: Make libnl optional unless macvtap is required
2011-06-23  Cole Robinsonpython: Generate virStreamFree but don't expose in...
2011-06-23  Eric Blakemaint: avoid future setgid problems
2011-06-23  Matthias Boltedocs: Make virConnectClose comply to apibuild.py expect...
2011-06-23  Osier Yangutil: Fix memory leak in virJSONParserHandleStartMap
2011-06-23  Osier Yangqemu: Fix memory leak in qemuProcessWaitForMonitor
2011-06-23  Jiri Denemarkqemu: Only check for NUMA availability if required
2011-06-23  Matthew Boothstorage: fix volDelete return when volume still being...
2011-06-22  Eric Blakeutil: avoid PATH_MAX-sized array
2011-06-22  Eric Blakexen: avoid PATH_MAX-sized array
2011-06-22  Eric Blaketests: avoid PATH_MAX-sized array
2011-06-22  Eric BlakevirStorageVol: avoid PATH_MAX-sized array
2011-06-22  Eric Blakemaint: add omitted copyright header
2011-06-22  Eric Blakedocs: fix docs to match behavior of virConnectClose
2011-06-22  Stefan Bergercleanup: make several interface functions commonly...
2011-06-22  Stefan Bergercleanup: make nlComm commonly available
2011-06-22  Eric Blakemaint: remove syntax-check exception
2011-06-22  Daniel P. BerrangeFix use-after-free in handling domain taint flags
2011-06-22  Daniel P. BerrangeRemove macvtap dependency on domain configuration
2011-06-22  Osier Yangutil: Correct the error prompt string
2011-06-22  Osier Yangqemu: Fix one memory leak
2011-06-22  Daniel VeillardFix to python API extractor and API doc generation
2011-06-22  Michal Privoznikqemu: domain I/O asynchronous handling
2011-06-21  Eric Blakebuild: require newer netcf when it is available
2011-06-21  Eric Blakevirsh: avoid bogus description
2011-06-21  Dirk Herrendoerferset and restore MAC address of a NIC when using PASSTHR...
2011-06-21  Cole Robinsonpython: Mark event callback wrappers as private
2011-06-21  Cole Robinsonpython: events: Fix C->Python handle callback prototype
2011-06-21  Cole Robinsonpython: Add bindings for virEvent*Handle/Timeout
2011-06-21  Cole Robinsonevents: Correct virEventAddTimeout docs
2011-06-21  Cole RobinsonPromote virEvent*Handle/Timeout to public API
2011-06-21  Cole Robinsonpython: Implement virStreamSend/RecvAll helpers
2011-06-21  Cole Robinsonpython: Implement virStreamSend/Recv
2011-06-21  Osier Yangconf: Make full use of goto label
2011-06-21  Osier Yangconf: Fix one memory leak
2011-06-20  Cole Robinsonpython: Implement bindings for virStreamEventAddCallback
2011-06-20  Cole Robinsonpython: generator: Don't print warning if nothing to...
2011-06-20  Cole Robinsonpython: libvirt-override: use simpler debug
2011-06-20  Eric Blakevirsh: enhance snapshot-create-as
2011-06-20  Eric Blakevirsh: add snapshot-create-as command
2011-06-20  Eric Blakevirsh: clarify snapshot vs. save
2011-06-20  Daniel P. BerrangeFix compile warnings in virsh vcpupin
2011-06-20  Matthias Bolteremote generator: Allow to annotate arrays with typecasts
2011-06-20  Matthias Bolteremote: Handle functions that return optional strings
2011-06-20  Matthias Bolteremote: Generate virDomainGetBlockPullInfo
2011-06-20  Taku Izumivcpupin: add vcpupin resetting feature to qemu driver
2011-06-20  Taku Izumivcpupin: add virDomainVcpupinDel function
2011-06-20  Taku Izumivcpupin: add reset option to virsh vcpupin command
2011-06-20  Taku Izumivcpupin: improve vcpupin definition of virsh vcpupin
2011-06-20  Matthias BolteFix preprocessor indentation in nodeinfo.c
2011-06-20  Matthias BolteMove XenAPI driver to correct spec file section
2011-06-20  Osier Yangnumatune: Add tests for numatune XML
2011-06-20  Osier Yangnumatune: Support NUMA memory tuning in qemu driver
2011-06-20  Osier Yangnumatune: Support persistent XML for numatune
2011-06-20  Osier Yangnumatune: Add doc for new numatune XML
2011-06-20  Osier Yangnumatune: Define XML schema
next