aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: avoid non-srcdir "make distcheck" failures (srcdir vs wildcard)Jim Meyering2010-02-255-9/+12
* build: avoid non-srcdir "make distcheck" failure (test_conf.sh)Jim Meyering2010-02-251-2/+2
* build: avoid non-srcdir installation failure (sitemap.html.in)Jim Meyering2010-02-251-0/+1
* build: avoid non-srcdir installation failure (apibuild.py)Jim Meyering2010-02-251-1/+1
* build: fix typos in makefile variable namesJim Meyering2010-02-251-7/+7
* build: ensure that MKINSTALLDIRS is AC_SUBST-definedJim Meyering2010-02-252-0/+5
* maint: relax git minimum versionEric Blake2010-02-244-9/+43
* Ignore SIGWINCH in remote client call to poll(2) (RHBZ#567931).Richard Jones2010-02-241-0/+16
* Add descriptions for macvtap direct type interfacesStefan Berger2010-02-241-0/+22
* Format FS pools on creationDave Allan2010-02-244-0/+29
* maint: sort .gitignoreEric Blake2010-02-233-25/+34
* maint: import modern bootstrapEric Blake2010-02-235-75/+731
* maint: start factoring bootstrapEric Blake2010-02-232-54/+203
* maint: fix quoting in autogen.shEric Blake2010-02-231-5/+8
* build: update gnulib submodule to latestJim Meyering2010-02-232-0/+1
* virFork: placate static analyzers: ignore pthread_sigmask return valueJim Meyering2010-02-231-1/+2
* docs: Fix syntax warnings from recent changes.Cole Robinson2010-02-231-5/+2
* docs: network: Document <domain> elementCole Robinson2010-02-231-0/+7
* docs: network: Document STP and delay attributesCole Robinson2010-02-231-1/+4
* docs: domain: Document <description> elementCole Robinson2010-02-231-0/+7
* docs: storage: Document multipath poolsCole Robinson2010-02-231-0/+38
* docs: storage: Document SCSI poolsCole Robinson2010-02-232-0/+42
* docs: storage: Fix backingStore <format> docsCole Robinson2010-02-231-3/+4
* docs: storage: <volume><key> is always generated.Cole Robinson2010-02-231-2/+2
* docs: storage: Document capacity/alloc 'unit'Cole Robinson2010-02-231-2/+10
* storage: conf: Correctly calculate exabyte unitCole Robinson2010-02-231-2/+2
* virsh.c: avoid all leaks in OOM path in cmdCPUBaselineJiri Denemark2010-02-231-3/+1
* Create raw storage files with O_DSYNC (again)Jiri Denemark2010-02-221-1/+2
* Fixed reference count in virsh pool-build commandDavid Allan2010-02-211-1/+2
* docs: add 3 missing spacesDan Kenigsberg2010-02-213-3/+3
* Fix daemon-conf invalid failuresDavid Allan2010-02-201-2/+2
* virsh.c: avoid leak on OOM error pathJim Meyering2010-02-191-0/+2
* virBufferVSprintf: do not omit va_end(argptr) callJim Meyering2010-02-191-1/+4
* xend_internal.c: don't dereference NULL for unexpected inputJim Meyering2010-02-191-1/+1
* Use virFileOperation hook function in virStorageBackendFileSystemVolBuildLaine Stump2010-02-191-59/+54
* Rename virFileCreate to virFileOperation, add hook functionLaine Stump2010-02-194-87/+106
* qemu: Check for IA64 kvmDustin Xiong2010-02-191-0/+1
* remote: Print ssh stderr on connection failureCole Robinson2010-02-191-3/+35
* fix multiple veth problem for OpenVZYuji NISHIDA2010-02-193-1/+43
* Better error reporting for failed migrationChris Lalancette2010-02-194-3/+38
* Make virDomainObjFormat staticChris Lalancette2010-02-192-6/+3
* Make an error message in PCI util code clearerChris Lalancette2010-02-191-2/+2
* macvtap mac_filter supportStefan Berger2010-02-193-3/+15
* virsh: be careful to return "FALSE" upon OOMJim Meyering2010-02-191-0/+1
* virBufferStrcat: do not skip va_endJim Meyering2010-02-191-2/+2
* qparams.c: do not skip va_end, twiceJim Meyering2010-02-191-5/+9
* xenDaemonDomainSetAutostart: avoid appearance of improprietyJim Meyering2010-02-191-5/+5
* macvtap IFF_VNET_HDR configurationStefan Berger2010-02-195-10/+85
* Use virFork() in __virExec(), virFileCreate() and virDirCreate()Laine Stump2010-02-181-74/+26
* Add virFork() function to utilsLaine Stump2010-02-182-0/+119