aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * configure.in NEWS libvirt.spec* doc/* po/*: making libvirt-0.4.4v0.4.4LIBVIRT_0_4_4Daniel Veillard2008-06-2585-2040/+2151
* * po/*: updated a couple of localizations and regenerated theDaniel Veillard2008-06-2576-7270/+9805
* Added helpers for dealing with enumerationsDaniel P. Berrange2008-06-243-0/+55
* Fix const-ness of virStorageBackendRunProgRegex()Daniel P. Berrange2008-06-243-2/+7
* fix a couple of List functions for max = 0 issuesDaniel Veillard2008-06-193-3/+17
* virsh fails to read files larger than BUFSIZ bytesJim Meyering2008-06-194-2/+53
* Update the changelog to go along with my commits for the last week.Chris Lalancette2008-06-191-0/+32
* For 0.4.3, danpb's new memory management scheme went into libvirt. This isChris Lalancette2008-06-191-15/+0
* When doing the conversion to danpb's new memory API, a small bug wasChris Lalancette2008-06-191-1/+1
* remove trailing white spaceJim Meyering2008-06-171-2/+2
* This rather large patch rewrites the virStorageBackendISCSIFindLUNs() functionChris Lalancette2008-06-171-124/+248
* A small bugfix; we only need to call the iscsiadm sendtarget command when we areChris Lalancette2008-06-171-8/+8
* Older versions of iscsiadm didn't support the "-P 0" flag to the "iscsiadmChris Lalancette2008-06-171-2/+2
* In src/util.c, virLog is just a wrapper around fprintf(stderr). Make sure toChris Lalancette2008-06-171-12/+12
* This patch changes things around so that virStorageBackendRunProgRegex() doesChris Lalancette2008-06-174-19/+45
* adding autogen.sh to EXTRA_DISTDaniel Veillard2008-06-132-1/+6
* * src/qemu_conf.c: patch from Kaitlin Rupert, dynamic devicesDaniel Veillard2008-06-133-1/+65
* * configure.in NEWS libvirt.spec* doc/* po/*: making libvirt-0.4.3Daniel Veillard2008-06-1281-55550/+63306
* Fix misc compile warningsDaniel P. Berrange2008-06-125-7/+15
* Fix saving of iptables rulesDaniel P. Berrange2008-06-122-15/+18
* Deal with inactive virtual network in domain creationDaniel P. Berrange2008-06-122-2/+12
* Adding Kaitlin Rupert in the AUTHORS listDaniel Veillard2008-06-121-0/+1
* * src/qemu_driver.c: patch from Kaitlin Rupert, changing vcpu orDaniel Veillard2008-06-122-3/+8
* po regenerationDaniel Veillard2008-06-1176-94759/+116100
* Fix RPM buildDaniel P. Berrange2008-06-112-1/+5
* * python/libvir.py python/libvirt-python-api.xml: more pythonDaniel Veillard2008-06-113-1/+15
* * configure.in: patch from Cole Robinson to reactivate storageDaniel Veillard2008-06-102-0/+9
* * python/generator.py python/libvir.c python/libvirt-python-api.xml:Daniel Veillard2008-06-104-2/+110
* Pass syntax check for XM block devices over to XenDRichard W.M. Jones2008-06-103-7/+20
* virDomainMemoryPeek APIRichard W.M. Jones2008-06-1021-5/+402
* Mon Jun 9 15:42:34 PST 2008 David L. Leskovec <dlesko@linux.vnet.ibm.com>David L. Leskovec2008-06-092-4/+14
* Better error messages in xend driver.Richard W.M. Jones2008-06-092-17/+46
* Switch over remaining driver code to use memory alloc apisDaniel P. Berrange2008-06-0625-424/+408
* Switch daemon over to use internal memory allocation APIsDaniel P. Berrange2008-06-068-169/+217
* virDomainBlockPeek QEMU and remote supportRichard W.M. Jones2008-06-0514-7/+259
* virDomainBlockPeek callRichard W.M. Jones2008-06-0518-470/+826
* Fix a few issues related to restart of libvirtd with containers running.David L. Leskovec2008-06-054-2/+258
* * src/xm_internal.c: If vcpu cpuset attribute is invalidRichard W.M. Jones2008-06-032-12/+13
* General tips for contributing patchesRichard W.M. Jones2008-06-022-1/+47
* Only run coverage tests if lcov is installedDaniel P. Berrange2008-05-292-1/+5
* Fix make distDaniel P. Berrange2008-05-292-1/+6
* Fix warning with OOM testing is disabledDaniel P. Berrange2008-05-292-3/+10
* Switch to using lcov for code coverage repotsDaniel P. Berrange2008-05-2910-503/+19
* Fix parted check & disable storage driver if daemon isn't presentDaniel P. Berrange2008-05-293-2/+15
* Convert to use new memory allocation APIsDaniel P. Berrange2008-05-2911-416/+435
* Pass allocation number to callbackDaniel P. Berrange2008-05-294-6/+11
* Convert to use new memory allocation APIsDaniel P. Berrange2008-05-292-10/+10
* Fix missing check for memory allocation failureDaniel P. Berrange2008-05-292-0/+8
* Convert test suites over to new test infrastructureDaniel P. Berrange2008-05-2910-57/+97
* Misc OOM / memory leak fixesDaniel P. Berrange2008-05-294-6/+54