aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* util: eliminate union in virNetDevVPortProfileLaine Stump2012-08-144-50/+47
* util: make return value of virUUIDFormat and virMacAddrFormat usefulLaine Stump2012-08-144-9/+20
* build: fix link error with appArmorEric Blake2012-08-141-0/+1
* openvz: unlock virDomainObj objects in openvzOpenDmitry Guryanov2012-08-141-0/+1
* Pull code which finds a free MCS label out into its own methodDaniel P. Berrange2012-08-141-28/+47
* Honour current user and role in SELinux label generationDaniel P. Berrange2012-08-141-1/+35
* Fix error reporting in virSecuritySELinuxGenNewContextDaniel P. Berrange2012-08-141-30/+37
* Use VIR_ERR_CONFIG_UNSUPPORTED if requested security driver is disabledDaniel P. Berrange2012-08-141-0/+6
* Add missing domain_conf.h include in security_manager.hDaniel P. Berrange2012-08-141-0/+2
* Add virRandom() API to generate numbers with non-power-of-2 limitDaniel P. Berrange2012-08-143-0/+36
* util: typos in fallback code fo virDoubleToStrMartin Kletzander2012-08-141-2/+2
* Destroy virdomainlist.[ch]Osier Yang2012-08-1414-393/+313
* json: fix interface locale dependencyMartin Kletzander2012-08-144-1/+68
* sanlock: don't unlink lockspace if registration failsAsad Saeed2012-08-131-1/+1
* build: Distribute check-symfile.plCole Robinson2012-08-131-1/+1
* Release only specific sanlock resourceFrido Roose2012-08-131-2/+3
* virterror: Add error message for unsupported operations.Peter Krempa2012-08-112-2/+8
* build: fix binary location in stap files --with-driver-modulesLaine Stump2012-08-103-2/+18
* nwfilter: fix crash during filter define when lxc driver failed startupLaine Stump2012-08-096-87/+110
* build: fix PROBE() usage of intptr_tEric Blake2012-08-0915-29/+9
* esx: Implement network driverMatthias Bolte2012-08-097-3/+1211
* esx: Remove redundant checks for esxVI_LookupHostSystemProperties resultMatthias Bolte2012-08-093-70/+19
* esx: Fix dynamic deep copyMatthias Bolte2012-08-091-5/+30
* esx: Implement interface driverMatthias Bolte2012-08-095-5/+430
* nwfilter: remove target table before renaming itStefan Berger2012-08-091-2/+8
* Add APIs for obtaining the unique ID of LVM & SCSI volumesDaniel P. Berrange2012-08-092-0/+96
* qemu: Fix debug message in p2p migrationJiri Denemark2012-08-091-1/+1
* qemu: Migrate at unlimited speed by defaultJiri Denemark2012-08-093-6/+5
* qemu: Refactor parsing of block device IO tuning parameters.Peter Krempa2012-08-091-40/+26
* remote: Clean up coding style and refactor remote connection openingPeter Krempa2012-08-091-148/+141
* Allow rbd backing storesPeter Feiner2012-08-081-2/+2
* Fix errno check, prevent spurious errors under heavy loadPeter Feiner2012-08-082-6/+6
* qemu:rename qemuCheckScsiControllerModel functionGuannan Ren2012-08-081-7/+7
* rpc: fix a virObject typo error in struct _virNetServerGuannan Ren2012-08-081-1/+1
* qemu: add two qemu caps for lsi and virtio-scsi SCSI controllersGuannan Ren2012-08-083-32/+90
* qemu: add capabilities flags related to scsi controllerGuannan Ren2012-08-082-0/+9
* util: include stderr in log message when an external command failsLaine Stump2012-08-071-3/+7
* Turn virNetClient* into virObject instancesDaniel P. Berrange2012-08-0711-146/+110
* Turn virNetServer* into virObject instancesDaniel P. Berrange2012-08-0711-207/+156
* Turn virSocket into a virObjectDaniel P. Berrange2012-08-078-55/+41
* Turn virKeepAlive into a virObjectDaniel P. Berrange2012-08-075-54/+35
* Turn virNetSASLContext and virNetSASLSession into virObject instancesDaniel P. Berrange2012-08-078-98/+57
* Turn virNetTLSContext and virNetTLSSession into virObject instancesDaniel P. Berrange2012-08-0710-112/+59
* Turn qemuAgentPtr and qemuMonitorPtr into virObjectPtr instancesDaniel P. Berrange2012-08-075-122/+89
* Turn virDomainObjPtr into a virObjectPtrDaniel P. Berrange2012-08-0713-126/+93
* Convert public datatypes to inherit from virObjectDaniel P. Berrange2012-08-0714-1088/+437
* Add a generic reference counted virObject typeDaniel P. Berrange2012-08-075-0/+292
* Add -netdev bridge supportRicha Marwaha2012-08-063-25/+65
* Add -netdev bridge capabilitiesRicha Marwaha2012-08-062-4/+10
* virrandom: make virRandomInitialize an automatic one-shotEric Blake2012-08-067-14/+29