[libvirt] [PATCH 3/4] remote: Implement 'reset' for remote driver

Michal Privoznik mprivozn at redhat.com
Wed Sep 28 14:51:34 UTC 2011


On 28.09.2011 11:05, Xu He Jie wrote:
> 
> Signed-off-by: Xu He Jie <xuhj at linux.vnet.ibm.com>
> ---
>  src/remote/remote_driver.c   |    1 +
>  src/remote/remote_protocol.x |    7 ++++++-
>  2 files changed, 7 insertions(+), 1 deletions(-)
> 
> diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c
> index 1217d94..372341c 100644
> --- a/src/remote/remote_driver.c
> +++ b/src/remote/remote_driver.c
> @@ -4313,6 +4313,7 @@ static virDriver remote_driver = {
>      .domainResume = remoteDomainResume, /* 0.3.0 */
>      .domainShutdown = remoteDomainShutdown, /* 0.3.0 */
>      .domainReboot = remoteDomainReboot, /* 0.3.0 */
> +    .domainReset = remoteDomainReset, /* 0.3.0 */

One small nit, the number in comment means the version when
corresponding API was introduced. So please change this to 0.9.7

Michal




More information about the libvir-list mailing list