[libvirt] [PATCH 3/4] vcpupin: implement the remote protocol to address the new API

Hu Tao hutao at cn.fujitsu.com
Wed Apr 27 09:07:09 UTC 2011


> Index: libvirt/daemon/remote_dispatch_table.h

This file is generated automatically, update
src/remote/remote_protocol.x instead.

> ===================================================================
> --- libvirt.orig/daemon/remote_dispatch_table.h
> +++ libvirt/daemon/remote_dispatch_table.h
> @@ -1052,3 +1052,8 @@
>      .args_filter = (xdrproc_t) xdr_remote_storage_vol_download_args,
>      .ret_filter = (xdrproc_t) xdr_void,
>  },
> +{   /* DomainPinVcpuFlags => 210 */
> +    .fn = (dispatch_fn) remoteDispatchDomainPinVcpuFlags,
> +    .args_filter = (xdrproc_t) xdr_remote_domain_pin_vcpu_flags_args,
> +    .ret_filter = (xdrproc_t) xdr_void,
> +},




More information about the libvir-list mailing list