Re: [libvirt] [PATCHv3 3/5] remote: Implement bulk domain stats APIs in the remote driver

2014-08-28 Thread Peter Krempa
On 08/27/14 23:02, Eric Blake wrote: On 08/27/2014 12:25 PM, Peter Krempa wrote: Implement the remote driver support for shuffling the domain stats around. --- +static int +remoteDispatchConnectGetAllDomainStats(virNetServerPtr server ATTRIBUTE_UNUSED, +

[libvirt] [PATCHv3 3/5] remote: Implement bulk domain stats APIs in the remote driver

2014-08-27 Thread Peter Krempa
Implement the remote driver support for shuffling the domain stats around. --- daemon/remote.c | 86 src/remote/remote_driver.c | 84 +++ src/remote/remote_protocol.x | 25 -

Re: [libvirt] [PATCHv3 3/5] remote: Implement bulk domain stats APIs in the remote driver

2014-08-27 Thread Eric Blake
On 08/27/2014 12:25 PM, Peter Krempa wrote: Implement the remote driver support for shuffling the domain stats around. --- +static int +remoteDispatchConnectGetAllDomainStats(virNetServerPtr server ATTRIBUTE_UNUSED, + virNetServerClientPtr client, +