]> xenbits.xensource.com Git - libvirt.git/shortlog
libvirt.git
2008-12-12 Jim Meyeringavoid a spurious test failure on non-numa systems
2008-12-12 Daniel VeillardOops did the wrong fix in previous commit, correct...
2008-12-12 Daniel Veillard* Makefile.maint: fix tabs in C source error message...
2008-12-12 Jim Meyeringremove cvs $Id$ strings
2008-12-12 Jim Meyering*** empty log message ***
2008-12-12 Jim Meyeringremove unused xmlrpc-related files
2008-12-12 Daniel Veillardfix bits/bytes memory request mismatches
2008-12-12 Guido Güntherlook for devhelp.xsl in $(srcdir)
2008-12-12 Guido Güntherfix serial/parallel virtual devices over tcp, unix...
2008-12-12 Daniel Veillardadd --version support to libvirtd
2008-12-12 Daniel Veillard* libvirt.spec.in: fix a conditional bug in spec file...
2008-12-12 Daniel Veillard* src/util.c: retry poll() in EINTR failures, patch...
2008-12-11 Jim Meyeringbuild: avoid libvirtd link failure with CFLAGS=-g
2008-12-11 Jim Meyeringsyntax-check: prohibit all new uses of gethostby* functions
2008-12-11 Cole RobinsonFix locking issue in test driver VolLookupByPath
2008-12-11 Cole RobinsonFix rpm build by installing logrotate config.
2008-12-11 Cole RobinsonFix a locking issue in PoolGetAutostart.
2008-12-11 Cole RobinsonFix segfault if virtual network does not have a bridge...
2008-12-11 Daniel VeillardAdding support for SDL fullscreen option
2008-12-10 Jim Meyeringavoid a new "make distcheck" failure
2008-12-10 Jim Meyeringavoid format string warnings
2008-12-09 Jim Meyeringfix just-broken "virsh start" and "virsh pool-start...
2008-12-09 Guido Güntherlogrotate qemu monitor logs
2008-12-08 Jim Meyeringvirsh.c: tweak options to produce more accurate help
2008-12-08 Jim Meyeringvirsh.c: remove all "syntax" vshCmdInfo entries.
2008-12-08 Jim Meyeringvirsh.c: add missing (yet empty) "desc" strings
2008-12-08 Jim Meyeringvirsh.c: generate each "virsh help COMMAND"s synopsis
2008-12-08 Daniel P. BerrangeFix mixup between LDFLAGS & LDADD vars
2008-12-08 Daniel P. BerrangeWorkaround broken limits.h on Debian etch
2008-12-08 Daniel P. BerrangeFix autostart of domains with virtual networks used
2008-12-07 Daniel P. BerrangeFix NULL crash & integer overflow
2008-12-07 Daniel P. BerrangeFix test driver storage deadlock
2008-12-07 Daniel P. BerrangeFix return value in testStoragePoolBuild for test driver
2008-12-05 Daniel VeillardFix a compilation problem with old dbus,
2008-12-05 Daniel P. BerrangeFix Xen proxy build
2008-12-04 Daniel P. BerrangeRemove unused driver arg from monitor APIs
2008-12-04 Daniel P. BerrangeMake thread pool size configurable & allow client conne...
2008-12-04 Daniel P. BerrangeUse a thread pool for RPC dispatch
2008-12-04 Daniel P. BerrangeMake event loop thread safe & re-entrant safe
2008-12-04 Daniel P. BerrangeSimplify error reporting rules
2008-12-04 Daniel P. BerrangeChange daemon client linked list into array
2008-12-04 Daniel P. BerrangeChange RPC dispatch to use an array lookup for handler...
2008-12-04 Daniel P. BerrangeImpl of threading locking APIs
2008-12-04 Daniel P. BerrangeAdd locking for thread safety to nodedevice drivers
2008-12-04 Daniel P. BerrangeMerge all return paths from node device driver APIs
2008-12-04 Daniel P. BerrangeAdd locking for thread safety to openvz driver
2008-12-04 Daniel P. BerrangeMerge all return paths from openvz driver APIs
2008-12-04 Daniel P. BerrangeAdd locking for thread safety to storage driver
2008-12-04 Daniel P. BerrangeMerge all return paths from storage driver APIs
2008-12-04 Daniel P. BerrangeAdd locking for thread safety to network driver
2008-12-04 Daniel P. BerrangeMerge all return paths from network driver APIs
2008-12-04 Daniel P. BerrangeAdd locking for thread safety to UML driver
2008-12-04 Daniel P. BerrangeMerge all return paths from UML driver APIs
2008-12-04 Daniel P. BerrangeAdd locking for thread safety to LXC driver
2008-12-04 Daniel P. BerrangeMerge all return paths from LXC driver APIs
2008-12-04 Daniel P. BerrangeQEMU domain event thread safety
2008-12-04 Daniel P. BerrangeAdd locking for (nearly complete) thread safety to...
2008-12-04 Daniel P. BerrangeMerge all return paths from QEMU driver APIs
2008-12-04 Daniel P. BerrangeStub out node device APIs in test driver
2008-12-04 Daniel P. BerrangeAdd locking for thread safety to test driver
2008-12-04 Daniel P. BerrangeMerge all return paths from test driver APIs
2008-12-04 Daniel P. BerrangeRemove macros for accessing test driver internal state
2008-12-04 Daniel P. BerrangeAdd thread locking stubs
2008-12-04 Daniel Veillardrelease of 0.5.1
2008-12-04 Daniel Veillardfix crash and regression when defining a storage volume...
2008-12-04 Cole RobinsonFix documentation cut and paste errors, and a virsh...
2008-12-04 Cole RobinsonIncrease timeout for initial monitor poll, to prevent...
2008-12-04 Daniel Veillardpatch setting MTU on tap interface
2008-12-04 Jim MeyeringChangeLog: remove stray commas
2008-12-04 Guido GüntherDifferentiate between active and inactive configs by...
2008-12-04 Guido Güntheralso look for /usb/bin/kvm
2008-12-02 Jim Meyeringfix inadequate initialization in storage and test drivers
2008-12-02 Chris LalancetteOlder distributions (i.e. RHEL-5) don't have udevadm...
2008-12-02 Daniel P. BerrangeFix driver ordering to make domain autostart work ...
2008-12-02 Daniel P. BerrangeFix recording of UML driver watch to make inotify work
2008-12-01 Jim Meyeringtests: daemon-conf: accommodate numeric-valued config...
2008-12-01 Jim Meyeringuml: don't free an uninitialized variable
2008-11-30 Daniel P. BerrangeClose directory handle when done
2008-11-28 Guido GüntherPrefer xenstore driver for listDomains, since xen HV...
2008-11-28 Daniel P. BerrangeAllow remote://hostname/ style URIs for automatic drive...
2008-11-28 Daniel P. BerrangeFix XM driver handling of disk source paths
2008-11-28 Daniel P. BerrangeFix libnuma use to build with v1 compatability code
2008-11-28 Chris LalancetteInstead of relying solely on polling for /dev devices...
2008-11-28 Chris LalancetteCurrently libvirt can race with udev
2008-11-27 Daniel Veillard* src/xen_unified.c: use preferably xend method to...
2008-11-26 Daniel Veillard* libvirt.spec.in: cleanups and missing dep for hal
2008-11-25 Daniel VeillardRelease of 0.5.0
2008-11-25 Jim Meyeringconfigure.in: avoid the following diagnostic when runni...
2008-11-25 Jim Meyeringdon't silently skip a test
2008-11-25 Daniel P. BerrangeDisable UML driver on mingw RPM build
2008-11-25 Daniel P. BerrangeAdd missing translations
2008-11-25 Daniel P. BerrangeImplement autostart for XM driver
2008-11-25 Daniel P. BerrangeSupport domain lifecycle events for Xen (Ben Guthro...
2008-11-25 Daniel P. BerrangeAvoid symbol clash with win32 headers and node device...
2008-11-25 Jim Meyering* src/virterror.c (virReportErrorHelper): Sync doc...
2008-11-25 Jim Meyeringlibvirt.c: document the virState* functions
2008-11-24 Daniel P. BerrangeSet default vCPUs to match pCPUs for OpenVZ containers...
2008-11-24 Daniel P. BerrangeFix python bindings events code (David Lively)
2008-11-24 Daniel P. BerrangeFix test suite build when Xen driver is disabled
2008-11-24 Daniel P. BerrangeDisable UML build on mingw32
next