]> git.ipfire.org Git - thirdparty/libvirt.git/shortlog
thirdparty/libvirt.git
2009-12-18  Jiri DenemarkNew public API definition virConnectCompareCPU()
2009-12-18  Daniel VeillardFixes syntax-check with previous commit
2009-12-18  Jiri DenemarkXML parsing/formating code for CPU flags
2009-12-18  Jiri DenemarkXML schema for CPU flags
2009-12-17  Daniel P. BerrangeInitialize gcrypt threading
2009-12-17  Daniel P. BerrangeFix bug in storage driver accessing wrong private data
2009-12-16  Jim Meyeringesx_vi.c: do not call through NULL function pointer
2009-12-16  Jim Meyeringesx_util.c: avoid NULL deref for invalid inputs
2009-12-15  Matthias Bolteesx: Don't goto failure for invalid arguments in VMX...
2009-12-15  Matthias BolteFix memory leak in qemudBuildCommandLine
2009-12-15  Jim Meyeringavoid calling exit with a constant; use EXIT_* instead
2009-12-15  Jim Meyeringmaint: remove from VC two gnulib-provided files
2009-12-15  Jim Meyeringavoid malfunction when virFileResolveLink is applied...
2009-12-15  Jim Meyeringbuild: update gnulib submodule to latest
2009-12-15  Jim Meyeringxm_internal.c: remove misleading dead code
2009-12-15  Jim Meyeringlibvirt.c: don't let a NULL "cpumaps" argument provoke...
2009-12-15  Jim Meyeringqemu migration: avoid NULL-deref given an invalid input
2009-12-15  Jim Meyeringqemu_driver.c: don't unlink(NULL) on OOM error path
2009-12-15  Jim Meyeringremote_driver.c: also zero out ->saslDecodedOffset...
2009-12-15  Jim Meyeringqemu_driver.c: avoid double free on error path
2009-12-15  Jim Meyeringlibvirtd: avoid a NULL dereference on error path
2009-12-14  Matthias BolteFix and improve domain xml video element description
2009-12-14  Matthias BolteFix install location for Python bindings
2009-12-14  Daniel VeillardRelax the allowed values for machine type in schema
2009-12-14  Jim Meyeringvirsh: avoid double-free
2009-12-14  Jim Meyeringnode_device_driver.c: don't write beyond EOB for 4K...
2009-12-14  Matthew BoothFix owner and group in example volume XML
2009-12-14  Daniel Veillardadd missing doc for device <shareable/> option
2009-12-14  Laine StumpEliminate failure to delete empty storage pools
2009-12-14  Jiri DenemarkFix use of virEventAddHandleImpl()
2009-12-14  Matthew BoothCleanup temporary #define after use
2009-12-14  Dave AllanImplement --pool option for virsh vol-path
2009-12-14  Cole Robinsonnodedev: Add removable storage 'media_label' prop
2009-12-14  Dave Allanexpose SR IOV physical/virtual function relationships
2009-12-14  Paolo BonziniFix possible NULL pointer dereference
2009-12-14  Jamie Strandbogeadd AppArmor test and examples to dist
2009-12-14  Paolo Bonziniadd --live support to "virsh dump"
2009-12-14  Paolo Bonziniadd --crash support to "virsh dump"
2009-12-14  Paolo Bonzinifix various breakages in qemu Dump command
2009-12-14  Daniel VeillardFix a couple of problems in last patch
2009-12-14  Matthew BoothGet QEMU pty paths from the monitor
2009-12-14  Matthew BoothExtract the assigned pty device for QEmu channels
2009-12-14  Matthew BoothMake QEMU driver use -chardev everywhere if available
2009-12-14  Ryota OzakiSuppress cgroup error message on sucess startup
2009-12-11  Matthias BolteFix reference leak in remoteDispatchStorageVolCreateXmlFrom
2009-12-11  Matthias BolteFix memory leak in virStorageBackendCopyToFD
2009-12-11  Daniel VeillardFix 'make syntax-check' after iptables.c cleanup
2009-12-11  Paolo Bonziniretrieve paused/running state at migration start
2009-12-11  Paolo Bonziniadd virsh --suspend arg to migrate command
2009-12-11  Paolo Bonzinifix migration of paused vms upon failure
2009-12-11  Diego Elio... Small change of RNG syntax for domain
2009-12-10  Richard Jonesqemu driver: Fix segfault in libvirt/libvirtd when...
2009-12-10  Diego Elio... Fix a wellformedness problem in secret.rng
2009-12-10  Mark McLoughlinremove iptablesReloadRules() and related code
2009-12-10  Mark McLoughlinremove all traces of lokkit support
2009-12-10  Mark McLoughlinreload iptables rules on libvirtd restart
2009-12-10  Mark McLoughlinreload iptables rules simply by re-adding them
2009-12-09  Matthias BolteAdd virBufferFreeAndReset() and replace free()
2009-12-09  Jim FehligPlumb domain description tag in xend backend
2009-12-09  Richard JonesUpdate location of C# bindings.
2009-12-09  Daniel P. BerrangeMake QEMU text monitor parsing more robust
2009-12-09  Daniel P. BerrangeFix virDomainObj ref handling in QEMU driver
2009-12-09  Daniel VeillardFix the news file non-ascii characters
2009-12-08  Matthias BolteUse AM_PATH_PYTHON and python-config to detect Python...
2009-12-08  Matthias BolteAdd missing commas to the 0.7.4 news section
2009-12-08  Daniel VeillardChange generated HTML to UTF-8 encoding
2009-12-08  Daniel VeillardAvoid an type-punned pointer aliasing pbm
2009-12-08  Daniel P. BerrangeHook up JSON monitor to emit basic lifecycle events
2009-12-08  Daniel P. BerrangeAdd QEMU monitor callbacks for basic lifecycle events
2009-12-08  Daniel P. BerrangeSwitch over to passing a callback table to QEMU monitor
2009-12-08  Daniel P. BerrangeSupport for JSON mode monitor
2009-12-08  Daniel P. BerrangeIntroduce callbacks for serializing domain object priva...
2009-12-08  Daniel P. BerrangeSwitch LXC driver to use a private data blob for virDom...
2009-12-08  Daniel P. BerrangeSwitch UML driver to use a private data blob for virDom...
2009-12-08  Daniel P. BerrangePull code to start CPUs executing out of qemudInitCpuAf...
2009-12-08  Daniel P. BerrangeAdd a 'format' arg to qemuMonitorChangeMedia() since...
2009-12-08  Daniel P. BerrangeFix migration cancellation for QEMU
2009-12-08  Daniel P. BerrangeMove qemuMonitorEscape + migrate status enum into share...
2009-12-08  Daniel P. BerrangeFix crash when deleting monitor while a command is...
2009-12-08  Guido Güntherudev_device_get_devpath might return NULL
2009-12-08  Daniel VeillardFix a compilation failure if yajl not avail
2009-12-07  Matthias BolteFix compilation for configure --disable-nls
2009-12-07  Matthias Boltevbox: Update IIDs from version 3.1-beta2 to 3.1-final
2009-12-07  Daniel P. BerrangeFix ReprotError vs ReportError typo in JSON code
2009-12-07  Daniel P. BerrangeFix inverted conditional test in configure.ac check...
2009-12-07  Daniel P. BerrangeIntroduce a simple API for handling JSON data
2009-12-07  Daniel P. BerrangeAdd --system flag to autogen.sh to make it easy to...
2009-12-04  Jiri DenemarkExport all symbols from xml.h for internal use
2009-12-04  Matthias Boltevbox: Use virIndexToDiskName() in vboxGenerateMediumName()
2009-12-04  Jiri DenemarkTests for interface type/model configuration
2009-12-04  Jiri DenemarkSupport for interface model='netfront'
2009-12-04  Pritesh Kotharivbox: Add support for version 3.1
2009-12-03  Matthias BolteAdd virIndexToDiskName and fix mapping gap
2009-12-03  Matthias BolteFix some locking issues
2009-12-03  Daniel VeillardFix missing background color
2009-12-02  Daniel P. BerrangeFix event test timer checks on kernels with HZ=100
2009-11-30  Daniel P. BerrangeFix typo in QEMU driver webpage
2009-11-30  Paolo BonziniAdd another SENTINEL attribute
2009-11-26  Wolfgang MauererClarify documentation for private symbols
2009-11-26  Wolfgang MauererFix help message
next