]> git.ipfire.org Git - thirdparty/libvirt.git/shortlog
thirdparty/libvirt.git
2009-03-02  Jim Meyeringtests: fix an error that made us skip the daemon-conf...
2009-03-02  Jim Meyeringtests: test for a recent fix
2009-03-02  Jim Meyeringvirsh: tweak a format string to avoid emitting trailing...
2009-03-02  Cole RobinsonFix bridge generation loop counter (spotted by Jim...
2009-03-02  Cole RobinsonRecognize ejectable media in hostdev hal driver.
2009-03-02  Cole RobinsonBetter error reporting from qemu AttachDevice
2009-03-02  Cole RobinsonGenerate network bridge names if none passed at define...
2009-03-02  Cole RobinsonRemove redundant monitor watch variable (s/monitor_watc...
2009-03-02  Cole RobinsonMark 'defined' networks as persistent.
2009-03-02  Daniel Veillardadds a new <hostdev managed='(yes|no)'> property to...
2009-03-02  Daniel Veillard* src/qemu_driver.c: add qemu dettach/reattach/reset...
2009-03-02  Daniel VeillardImplement node attach/reattach/reset in the remote...
2009-03-02  Daniel Veillard* src/virsh.c: add 3 new commands for node device detac...
2009-03-02  Daniel VeillardAdds the APIs for virNodeDeviceDettach , ReAttach and...
2009-03-02  Daniel Veillardimplements dettach, reattach and reset for PCI devices
2009-03-02  Daniel Veillard* qemud/qemud.c src/node_device_hal.c: activate DBus...
2009-03-02  Jim Meyeringcorrect a typo in a diagnostic
2009-03-02  Jim Meyeringplug two config-parsing leaks
2009-03-02  Jim Meyeringdon't dereference uninitialized pointer
2009-02-27  Chris LalancetteIf there is a failure during Qemu offline migrate,...
2009-02-27  Daniel Veillard* docs/libvirt-api.xml docs/libvirt-refs.xml
2009-02-26  Daniel P. BerrangeAdd support for a exec callback in virExecWithHook
2009-02-26  Daniel VeillardNew example program
2009-02-26  Daniel Veillard* src/remote_internal.c: fix autostart of session daemo...
2009-02-26  Daniel Veillard* src/storage_backend_fs.c: fix compile-error when...
2009-02-26  Daniel Veillard* python/Makefile.am: avoid a parallel make issue ...
2009-02-25  Daniel Veillarddocumenting static host IP assignments
2009-02-24  Mark McLoughlinAdd forgotten file
2009-02-24  Mark McLoughlinAdd nodedevxml2xml test
2009-02-24  Mark McLoughlinAdd virNodeDeviceDefParseString()
2009-02-24  Mark McLoughlinAdd virXPathULongLong()
2009-02-24  Mark McLoughlinAdd virXPathLongHex() and virXPathULongHex()
2009-02-24  Mark McLoughlinFix a typo in hostdev docs
2009-02-22  Mark McLoughlinnetworkEnableIpForwarding() now returns zero for success
2009-02-22  Mark McLoughlindocs: commit auto-generated change
2009-02-19  Guido Günther(s)size_t type cleanup
2009-02-18  Cole RobinsonRemove the _actually_ incorrect ATTRIBUTE_UNUSED (Patch...
2009-02-17  Jim Meyeringfix build failure due to invalid generated Makefile
2009-02-17  Cole RobinsonFix daemon TCP listen cleanup
2009-02-17  Cole RobinsonRemove incorrect ATTRIBUTE_UNUSED usage.
2009-02-17  Jim MeyeringBuild fix for 'driver.c' when building with loadable...
2009-02-17  Jim MeyeringAvoid link failure when configured --with-driver-modules
2009-02-17  Jim MeyeringWork around 'virGetVersion' build problem
2009-02-17  Jim Meyeringavoid compiler warning about unused parameter
2009-02-17  Jim Meyeringdon't fail daemon-conf test when configured --without...
2009-02-17  Jim Meyeringaccommodate configuring --without-lxc --without-qemu
2009-02-17  Jim Meyeringdoc: fix typo in formatdomain's clock offset specification
2009-02-17  Daniel P. BerrangeFix I/O errors in libvirtd daemon, and hang/crash in...
2009-02-16  Cole RobinsonUnbreak virsh *-edit commands: Don't pass unexpected...
2009-02-16  Cole RobinsonRemove erroneous lvm volume format check for backing...
2009-02-16  Cole RobinsonFix building python bindings: Skip bindings for virSave...
2009-02-13  Mark McLoughlinAdd virFileWriteStr()
2009-02-13  Mark McLoughlinFix some error strings in xml.c
2009-02-13  Mark McLoughlinvirXPathInt() and virXPathUInt() don't exist
2009-02-13  Mark McLoughlinFix bugzilla link in virsh man page
2009-02-13  Mark McLoughlin Fix libvirt_proxy.c warnings from gcc-4.4
2009-02-13  Mark McLoughlinFix bridge.c warnings with gcc-4.4
2009-02-13  John LevonFix migrate for Xen 3.3
2009-02-13  Jim Meyeringtest:///default driver: don't dereference NULL "def"
2009-02-13  Guido Güntherusleep to wait for domain logfile to fill up
2009-02-11  Guido Güntherfix return status when domain didn't show up
2009-02-09  Jim Meyeringlibvirtd: new config-file option: unix_sock_dir
2009-02-09  Jim Meyeringdon't print uninitialized in debug diagnostic
2009-02-09  Jim Meyeringavoid two test failures induced by today's error-report...
2009-02-09  John LevonImprove error reporting in virsh
2009-02-09  John Levonintroduce virSaveLastError(), virFreeError()
2009-02-09  Daniel P. BerrangeLimit virsh history entries to 500 (Jim Paris)
2009-02-07  Guido GüntherDon't ignore errors to save domain status
2009-02-06  Daniel P. BerrangeFix 100% libvirt CPU usage when --timeout is set
2009-02-05  John Levonsrc/domain_conf.c: Check the last error, not the last
2009-02-05  John Levonxenstore: Use virMacAddrCompare() for case-insensitive...
2009-02-05  John Levonreport error for some xend operations on shutdown domain
2009-02-05  John Levonrobustify sexpr parser for NICs
2009-02-05  Jim Meyeringsyntax-check: enable prohibit_nonreentrant
2009-02-05  Jim Meyeringremove remainder of offending strerror uses
2009-02-05  Jim Meyeringdon't include raw errno in diagnostics
2009-02-05  Jim Meyeringqemud.c: use virStrerror, not strerror
2009-02-05  Jim Meyeringiptables.c: Use virStrerror, not strerror.
2009-02-05  Jim Meyeringuse virReportOOMError rather than more verbose equivalent
2009-02-05  Jim Meyeringqemu_driver.c: s/strerror/virStrerror.../
2009-02-05  Jim Meyeringremove duplicate *SetCloseExec and *SetNonBlock functions
2009-02-05  Jim MeyeringChangeLog: correct date formats one last time
2009-02-05  Jim Meyeringqemu_driver.c: use virReportSystemError in place of...
2009-02-05  Jim Meyeringpublicize virStrerror
2009-02-05  Jim Meyeringremove useless code
2009-02-05  Jim Meyeringlxc_container: Don't dereference NULL upon failure
2009-02-03  Jim MeyeringChangeLog: reformat recent date/name/email lines
2009-02-03  Jim Meyeringavoid a format-related warning
2009-02-03  Jim Meyeringbuild: enable redundant-const check
2009-02-03  Jim Meyeringsyntax-check: enable more checks
2009-02-03  Jim Meyeringcleanup: remove useless if-before-VIR_FREE
2009-02-02  Jim Meyeringtests: diagnose more open failures
2009-02-02  John Levonfix more printf("%s", NULL) cases
2009-01-31  Guido GüntherDon't hardcode ssh port 22, use VIR_FREE, initialize...
2009-01-31  Daniel VeillardRelease of 0.6.0 LIBVIRT_0_6_0 v0.6.0
2009-01-31  Daniel Veillard* docs/news.html*: update with infos for 0.6.0
2009-01-30  Jim Meyeringtests: diagnose open failure
2009-01-30  Daniel P. BerrangeFix empty declaration in enum declaration
2009-01-30  Daniel P. BerrangeAdded missing shared disk test case
2009-01-30  Jim Meyeringfix qemud version reporting when qemu is not installed
next