summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release of libvirt-0.6.5v0.6.5LIBVIRT_0_6_5Daniel Veillard2009-07-0381-4812/+4928
* Add support for arm emulation if qemu-system-arm is presentDaniel Veillard2009-07-032-0/+13
* Skip labelling if no src path presentMark McLoughlin2009-07-032-0/+10
* Don't unnecessarily try to change a file contextMark McLoughlin2009-07-032-2/+18
* Re-label shared and readonly imagesMark McLoughlin2009-07-032-10/+23
* Fix some missing parts in network code and schemasDaniel Veillard2009-07-024-0/+26
* fix an endless loop in node device XML dumpDaniel Veillard2009-07-012-1/+6
* small OpenNebula driver doc updateDaniel Veillard2009-07-013-28/+36
* OpenNebula driver documentationDaniel Veillard2009-07-0118-5/+460
* Regenerated the documentation and localization filesDaniel Veillard2009-07-0181-80456/+84702
* Various logging cleanups in code and docDaniel Veillard2009-07-017-21/+28
* cleanup and small update for OpenNebulaDaniel Veillard2009-07-013-6/+31
* Remove unused code. Ensure null termination after strncpy in opennebulaDaniel P. Berrange2009-07-013-46/+11
* * src/storage_driver.c: don't destroy a pool when calling createDaniel Veillard2009-07-012-0/+7
* Reduce LXC capabilitiesDaniel P. Berrange2009-06-293-21/+80
* Use libcap-ng to clear capabilities for many child processesDaniel P. Berrange2009-06-298-7/+58
* Prepare for using libcap-ngDaniel P. Berrange2009-06-293-1/+65
* Add HACKING doc to the websiteDaniel P. Berrange2009-06-298-31/+975
* Fix crash in QEMU driver with bad capabilities dataDaniel P. Berrange2009-06-296-31/+88
* * src/parthelper.c: fix a superfluous % on printf format problemDaniel Veillard2009-06-262-1/+6
* * src/nodeinfo.c: sometimes libnuma can't handle some topologies,Daniel Veillard2009-06-262-2/+12
* * src/xend_internal.c: avoid a segfault when dumping XML with recentDaniel Veillard2009-06-262-1/+14
* allow to create storage volumes on disk backendDaniel Veillard2009-06-267-24/+337
* big cleanup of the debug configuration optionDaniel Veillard2009-06-268-68/+23
* * src/node_device.c src/node_device_hal.h src/node_device_hal_linux.c:Daniel Veillard2009-06-264-68/+109
* fix reading of storage pool definitions at startupDaniel Veillard2009-06-252-9/+8
* fix UML driver logging macrosDaniel Veillard2009-06-253-17/+18
* * src/node_device_conf.c: fix a leak, patch by Dave AllanDaniel Veillard2009-06-252-0/+6
* Fix a couple of state problemsDaniel Veillard2009-06-254-1/+13
* Fix broken dominfo command when no security driver is implementedDaniel P. Berrange2009-06-256-11/+30
* * po/*: update a lot of translations, and regenerate the po* filesDaniel Veillard2009-06-2478-97854/+119250
* Finish the integration of OpenNebula driverDaniel Veillard2009-06-249-12/+373
* * src/opennebula/one_conf.c src/opennebula/one_driver.c: fix OneDaniel Veillard2009-06-243-13/+27
* Fix storage handling for custom test driver.Cole Robinson2009-06-224-0/+112
* Refactor storage XML parsing to be consistent with domain/network conf.Cole Robinson2009-06-226-106/+182
* Activate virtual networks initialized in custom test driver.Cole Robinson2009-06-222-2/+9
* Fix segfault if storage pool has no type attribute (possibly others)Cole Robinson2009-06-222-10/+8
* Fix memory reporting for inactive domains in the qemu driver.Cole Robinson2009-06-222-9/+23
* Fix raw storage volume creation for allocation < capacity.Cole Robinson2009-06-223-1/+18
* test driver: Fix domain ID after redefining a running VMCole Robinson2009-06-222-4/+8
* * src/conf.[ch]: restrict VMX syntax parsing typesDaniel Veillard2009-06-223-3/+19
* * src/storage_driver.c: cleanup when creating a storage pool fails,Daniel Veillard2009-06-222-1/+8
* extend the configuration parser for VMX syntaxDaniel Veillard2009-06-1910-48/+71
* Fix remote socket path for SSH tunnel connectionsDaniel P. Berrange2009-06-182-1/+9
* fix a module dependency problemDaniel Veillard2009-06-175-30/+37
* Allow USB hostdev product to be 0x0000Cole Robinson2009-06-164-5/+30
* Fix FS volume creation with backing stores.Cole Robinson2009-06-162-2/+7
* Set default emulator in domain_conf.*, rather than the driver.Cole Robinson2009-06-167-51/+44
* Add virCapabilities*EmulatorRequired.Cole Robinson2009-06-166-0/+31
* Check that '-drive format=' is supported before adding to qemu cmdline.Cole Robinson2009-06-165-13/+26