[libvirt] [PATCH] PHYP: Adding reboot domain function

Matthias Bolte matthias.bolte at googlemail.com
Thu Apr 21 06:26:05 UTC 2011


2011/4/19 Eduardo Otubo <otubo at linux.vnet.ibm.com>:
> Adding reboot <domain> function for pHyp driver.
> ---
>  src/phyp/phyp_driver.c |   35 ++++++++++++++++++++++++++++++++++-
>  1 files changed, 34 insertions(+), 1 deletions(-)
>
> diff --git a/src/phyp/phyp_driver.c b/src/phyp/phyp_driver.c
> index bb0e0ac..228751d 100644
> --- a/src/phyp/phyp_driver.c
> +++ b/src/phyp/phyp_driver.c
> @@ -3384,6 +3384,39 @@ cleanup:
>  }
>
>  static int
> +phypDomainReboot(virDomainPtr dom)
> +{

ACK in general. But the signature of this function is incomplete, the
flags parameter is missing. I added parameter and pushed the result.

Matthias




More information about the libvir-list mailing list