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(a)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.