[libvirt] [PATCH 5/6] remote-protocol: Remote protocol implementation of virDomainSetBlkioParameters and virDomainGetBlkioParameters.

Gui Jianfeng guijianfeng at cn.fujitsu.com
Tue Feb 22 02:29:54 UTC 2011


Thanks Eric, Will update.

Gui

Eric Blake wrote:
> On 02/21/2011 02:28 AM, Gui Jianfeng wrote:
>> Remote protocol implementation of virDomainSetBlkioParameters and virDomainGetBlkioParameters.
>>
>> Signed-off-by: Gui Jianfeng <guijianfeng at cn.fujitsu.com>
>> ---
>>  daemon/remote.c                     |  210 +++++++++++++++++++++++++++++++++++
>>  daemon/remote_dispatch_args.h       |    2 +
>>  daemon/remote_dispatch_prototypes.h |   16 +++
>>  daemon/remote_dispatch_ret.h        |    1 +
>>  daemon/remote_dispatch_table.h      |   10 ++
>>  src/remote/remote_driver.c          |  173 ++++++++++++++++++++++++++++-
>>  src/remote/remote_protocol.c        |   89 +++++++++++++++
>>  src/remote/remote_protocol.h        |   55 +++++++++
>>  src/remote/remote_protocol.x        |   44 +++++++-
>>  9 files changed, 597 insertions(+), 3 deletions(-)
> 
> If you will install the dwarves package for pdwtags, then 'make check'
> will alert you to the fact that you also need to patch
> src/remote_protocol-structs to make it clear that the API is pure addition.
> 




More information about the libvir-list mailing list