aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Multiple security drivers in XML dataMarcelo Cerri2012-08-204-109/+258
* Internal refactory of data structuresMarcelo Cerri2012-08-2014-154/+228
* selinux: Fix incorrect object label generation.Viktor Mihajlovski2012-08-201-6/+11
* Add support for creating sockets & RPC servers from a pre-opened fdDaniel P. Berrange2012-08-205-0/+79
* Refactor impl of the virNetServerClientNew methodDaniel P. Berrange2012-08-201-18/+34
* Refactor the way new clients are registered with the serverDaniel P. Berrange2012-08-201-18/+28
* qemu: support netdevs from <forward mode='hostdev'> networksShradha Shah2012-08-171-6/+36
* network: support <forward mode='hostdev'> in network driverShradha Shah2012-08-171-45/+236
* conf: add function virDevicePCIAddressEqualShradha Shah2012-08-173-0/+20
* network: return netdev name or pci addr of the VF in actualDeviceShradha Shah2012-08-173-39/+49
* conf: parser/formatter/rng for <forward mode='hostdev'>Shradha Shah2012-08-174-71/+205
* network: helper function to create interface pool from PFShradha Shah2012-08-171-32/+50
* conf: move DevicePCIAddress functions to separate fileShradha Shah2012-08-1716-187/+294
* conf: Fix ABI stability check for spicevmc channelJiri Denemark2012-08-171-0/+9
* network: add support for setting VLANs on Open vSwitch portsKyle Mestery2012-08-178-7/+42
* qemu: Set swap_hard_limit before hard_limitOsier Yang2012-08-171-6/+61
* build: ship stamp filesEric Blake2012-08-161-0/+4
* qemu: support setting vlan tag for <interface type='hostdev'>Laine Stump2012-08-161-6/+34
* util: properly save/restore original vlan tag for VFsLaine Stump2012-08-161-16/+40
* qemu: Ensure the cpuset is formatted as expected before passing to cgroupOsier Yang2012-08-161-36/+41
* Move some SASL symbols into libvirt_sasl.symsDaniel P. Berrange2012-08-152-12/+14
* network: make network driver vlan-awareLaine Stump2012-08-151-10/+104
* conf: add <vlan> element to network and domain interface elementsLaine Stump2012-08-158-5/+224
* util: add virNetDevVlanTypeLaine Stump2012-08-154-0/+139
* util: include memory.h even if WITH_VIRTUALPORT isn't definedLaine Stump2012-08-151-1/+1
* Fix virJSONValueToString prototype for Mingw32Daniel P. Berrange2012-08-151-1/+2
* Refactor RPC client private data setupDaniel P. Berrange2012-08-156-48/+53
* Add further debugging lines to domain lock managerDaniel P. Berrange2012-08-151-0/+24
* Allow sync IO and keepalives to be skipped in RPC client setupDaniel P. Berrange2012-08-155-28/+69
* Change interaction when accepting new RPC client connectionsDaniel P. Berrange2012-08-155-31/+33
* Add APIs for virThreadPoolPtr to query some config paramsDaniel P. Berrange2012-08-153-0/+26
* Allow control over JSON string pretty printingDaniel P. Berrange2012-08-154-16/+18
* Change function signature for creating new lock manager instancesDaniel P. Berrange2012-08-153-14/+22
* Remove unused qemuProcessAutoDestroyRun decl from headerDaniel P. Berrange2012-08-151-2/+0
* parallels: cleanup parallelsOpen and fix error messageDmitry Guryanov2012-08-151-12/+5
* parallels: change URI to parallels:///systemDmitry Guryanov2012-08-151-2/+2
* conf: log error when encountering multiple filterrefs in interfaceLaine Stump2012-08-141-0/+6
* network: add connections counter to networksLaine Stump2012-08-143-1/+16
* network: change cleanup: to success/cleanup/error: in network*() functionsLaine Stump2012-08-141-55/+69
* conf: output forward device connections count in network XMLLaine Stump2012-08-141-1/+7
* conf: rename interface "usageCount" to "connections"Laine Stump2012-08-143-26/+24
* conf: use a unique data type for PF array in virDomainNetDefLaine Stump2012-08-142-3/+14
* random: link with -lm when neededEric Blake2012-08-142-1/+5
* network: merge relevant virtualports rather than choosing oneLaine Stump2012-08-141-21/+53
* conf: support partially-specified <virtualport> in parser and formatterLaine Stump2012-08-144-159/+198
* conf: simplify Buffer Indentation in virDomainNetDefFormatLaine Stump2012-08-141-40/+33
* conf: make error returns from virDomainActualNetDefFormat consistentLaine Stump2012-08-141-9/+5
* conf: move virtPortProfile out of unions in virDomainNetDefLaine Stump2012-08-145-109/+63
* util: utility functions for virNetDevVPortProfileLaine Stump2012-08-143-1/+332
* util: add openvswitch case to virNetDevVPortProfileEqualLaine Stump2012-08-141-0/+6