aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* startupPolicty: Minor cleanupsMichal Privoznik2011-10-311-0/+2
* Implement RPC driver support for virDomainOpenGraphicsDaniel P. Berrange2011-10-281-0/+43
* Extend RPC server to allow FD passingDaniel P. Berrange2011-10-281-43/+82
* startupPolicy: Emit event on disk source droppingMichal Privoznik2011-10-251-0/+51
* Rewrite all the DTrace/SystemTAP probingDaniel P. Berrange2011-10-111-24/+36
* remote: fix crash on OOMEric Blake2011-09-211-14/+14
* Fix crash on events due to allocation errorsDaniel Veillard2011-09-201-22/+81
* daemon: avoid memory leakajia@redhat.com2011-09-191-0/+2
* latency: Wire up the remote protocolOsier Yang2011-09-061-0/+69
* Fix tracking of RPC messages wrt streamsDaniel P. Berrange2011-09-011-1/+1
* Fix memory leak dispatching domain eventsDaniel P. Berrange2011-08-311-3/+3
* Ensure client streams are closed when marking a client for closeDaniel P. Berrange2011-08-161-1/+10
* Asynchronous event for BlockJob completionAdam Litke2011-07-221-0/+31
* Add virDomainBlockPull support to the remote driverAdam Litke2011-07-221-0/+42
* libvirt: do not mix internal flags into public APIEric Blake2011-07-181-1/+1
* virsh, daemon: prefer unsigned flagsEric Blake2011-07-131-1/+1
* Fix build when using polkit0Jim Fehlig2011-07-121-11/+10
* Fix sending of reply to final RPC messageDaniel P. Berrange2011-07-081-2/+2
* Add conditionals to allow build without SASLDaniel P. Berrange2011-06-301-0/+44
* Fix compilation with systemtap 1.3Matthias Bolte2011-06-291-8/+9
* daemon: Fix build without polkitJiri Denemark2011-06-281-1/+1
* Convert libvirtd over to the new RPC handling APIsDaniel P. Berrange2011-06-281-871/+689
* Add node prefix to virNodeGet(CPU|Memory)Stats structs and definesMatthias Bolte2011-06-281-2/+2
* build: rename Vcpupin to VcpuPinEric Blake2011-06-271-4/+4
* vcpupin: implement the remote protocol to address the new APITaku Izumi2011-06-241-0/+69
* remote: protect against integer overflowEric Blake2011-06-241-1/+3
* Revert "Add virDomainBlockPull support to the remote driver"Eric Blake2011-06-241-35/+0
* Revert "Asynchronous event for BlockPull completion"Eric Blake2011-06-241-32/+0
* remote generator: Allow to annotate arrays with typecastsMatthias Bolte2011-06-201-82/+0
* remote: Handle functions that return optional stringsMatthias Bolte2011-06-201-64/+0
* remote: Generate virDomainGetBlockPullInfoMatthias Bolte2011-06-201-36/+0
* Asynchronous event for BlockPull completionAdam Litke2011-06-141-0/+32
* Add virDomainBlockPull support to the remote driverAdam Litke2011-06-141-0/+71
* virNodeGetMemoryStats: Implement remote protocolMinoru Usui2011-06-141-0/+77
* virNodeGetCPUStats: Implement remote protocolMinoru Usui2011-06-141-0/+77
* vcpupin: implement the remote protocol to address the new APITaku Izumi2011-06-131-0/+42
* remote: avoid leak on failureEric Blake2011-06-031-0/+1
* remote generator: Handle some virTypedParameterPtr using functionsMatthias Bolte2011-06-011-182/+0
* remote generator: Legacy support for hyper to long mappingsMatthias Bolte2011-06-011-0/+18
* Use common parameter order for remote(De)SerializeTypedParametersMatthias Bolte2011-06-011-20/+20
* Introduce a new event emitted when a virtualization failure occursDaniel P. Berrange2011-05-291-0/+29
* remote: introduce remoteGetSchedulerParametersFlagsEric Blake2011-05-291-0/+53
* remote: consolidate typed parameter handlingEric Blake2011-05-291-330/+172
* maint: prefer newer API names internallyEric Blake2011-05-291-7/+7
* remote generator: Handle stream-using functionsMatthias Bolte2011-05-251-238/+0
* remote generator: Handle virDomainCreateWithFlagsMatthias Bolte2011-05-251-30/+0
* Fix the signature of virDomainMigrateFinish3 for error reportingDaniel P. Berrange2011-05-251-27/+8
* Add a second URI parameter to virDomainMigratePerform3 methodDaniel P. Berrange2011-05-251-2/+11
* Extend v3 migration protocol to allow app supplied XML for targetDaniel P. Berrange2011-05-251-2/+6
* remote generator: Add special case for virConnectGetTypeMatthias Bolte2011-05-201-35/+0