aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename hash.h and hash.c to virhash.h and virhash.cDaniel P. Berrange2012-01-2613-16/+16
* Convert various virHash functions to use size_t / uint32Daniel P. Berrange2012-01-263-36/+38
* Introduce new API for generating random numbersDaniel P. Berrange2012-01-2612-52/+133
* storage: Support different wiping algorithmsMichal Privoznik2012-01-267-21/+156
* Cast pointer to int using intptr_tMarc-André Lureau2012-01-252-6/+7
* build: fix header order on mingwEric Blake2012-01-251-1/+4
* errcode is typedef by mingw, rename an argument nameMarc-André Lureau2012-01-251-4/+4
* Add missing virGetGroupName()Marc-André Lureau2012-01-251-0/+9
* storage: Fix any VolLookupByPath if we have an empty logical poolCole Robinson2012-01-251-0/+4
* lxc: export container=lxc-libvirt for systemdEric Blake2012-01-251-1/+2
* Don't bind mount onto a char device for /dev/ptmx in LXCDaniel P. Berrange2012-01-251-9/+14
* Add virFileTouch for creating empty filesDaniel P. Berrange2012-01-253-0/+24
* snapshots: Introduce VIR_DOMAIN_SNAPSHOT_CREATE_QUIESCE flagMichal Privoznik2012-01-252-8/+85
* qemu_agent: Create file system freeze and thaw functionsMichal Privoznik2012-01-252-0/+77
* qemu: Emit bootindex even for direct bootJiri Denemark2012-01-251-2/+1
* metadata: group metadata next to descriptionEric Blake2012-01-241-24/+23
* Allow custom metadata in domain configuration XMLZeeshan Ali (Khattak)2012-01-242-0/+41
* virCommandProcessIO(): make poll() usage more robustLaszlo Ersek2012-01-241-15/+2
* src/datatypes.h: fix typoAlon Levy2012-01-241-1/+1
* Wire up QEMU agent to reboot/shutdown APIsDaniel P. Berrange2012-01-241-25/+90
* Add new virDomainShutdownFlags APIDaniel P. Berrange2012-01-2415-10/+179
* QEMU guest agent supportDaniel P. Berrange2012-01-247-1/+1490
* Compare two hash tables for equalityStefan Berger2012-01-232-0/+58
* xen: Don't crash when we fail to init capsGuido Günther2012-01-231-0/+2
* xen: properly report out of memory when hvm_type is too smallGuido Günther2012-01-211-1/+1
* maint: cleanup qemu capabilitiesEric Blake2012-01-201-85/+80
* maint: enforce use of _LAST markerEric Blake2012-01-204-7/+9
* API: make declaration of _LAST enum values conditionalEric Blake2012-01-202-1/+6
* error: drop old-style error reportingEric Blake2012-01-195-121/+76
* util: use new virTypedParameter helpersEric Blake2012-01-196-727/+350
* util: add new file for virTypedParameter utilsEric Blake2012-01-196-25/+240
* lxc: use live/config helperEric Blake2012-01-191-131/+29
* threads: check for failure to set thread-local valueEric Blake2012-01-194-9/+21
* Fix rpc generator to anchor matches for method namesDaniel P. Berrange2012-01-191-4/+4
* Rename APIs for fetching UNIX socket credentialsDaniel P. Berrange2012-01-195-18/+18
* Add virGetGroupName to convert from GID to group nameDaniel P. Berrange2012-01-193-0/+57
* Also retrieve GID from SO_PEERCREDDaniel P. Berrange2012-01-194-3/+7
* Added capability checking for block <iotune> setting.Martin Kletzander2012-01-183-0/+19
* Fix startup of LXC containers with filesystems containing symlinksDaniel P. Berrange2012-01-184-11/+58
* qemu: Prohibit reattaching node device if it is in useOsier Yang2012-01-171-0/+15
* qemu: Introduce inactive PCI device listOsier Yang2012-01-177-24/+77
* Add new attribute wrpolicy to <driver> elementDeepak C Shetty2012-01-176-3/+55
* qemu: Don't break domain with 0:0:2.0 assigned to anything but VGAJiri Denemark2012-01-171-6/+15
* Fixed dumpxml of <iotune> parametersMartin Kletzander2012-01-171-2/+2
* qemu: Add support for host CPU modesJiri Denemark2012-01-174-36/+69
* Taint domains configured with cpu mode=host-passthroughJiri Denemark2012-01-173-1/+6
* cpu: Update guest CPU in host-* modeJiri Denemark2012-01-175-26/+101
* Add support for cpu mode attributeJiri Denemark2012-01-175-49/+136
* cpu: Optionally forbid fallback CPU modelsJiri Denemark2012-01-174-4/+62
* Clarify semantics of virDomainMigrate{,ToURI}2Jiri Denemark2012-01-172-6/+4