[libvirt] [PATCH] xenapi: Add managedsave entries to the driver struct

Daniel Veillard veillard at redhat.com
Sun Apr 4 20:50:15 UTC 2010


On Sun, Apr 04, 2010 at 06:29:21PM +0200, Matthias Bolte wrote:
> Commit 15c647a91e8c5bcfcb02ac4e755160c5c99a2a1e added the new
> managedsave entries to all driver structs except the XenAPI one.
> ---
> 
> I just pushed this patch.
> 
>  src/xenapi/xenapi_driver.c |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/src/xenapi/xenapi_driver.c b/src/xenapi/xenapi_driver.c
> index dcfdc1e..240aa16 100644
> --- a/src/xenapi/xenapi_driver.c
> +++ b/src/xenapi/xenapi_driver.c
> @@ -1783,6 +1783,9 @@ static virDriver xenapiDriver = {
>      NULL, /* domainMigrateSetMaxDowntime */
>      NULL, /* domainEventRegisterAny */
>      NULL, /* domainEventDeregisterAny */
> +    NULL, /* domainManagedSave */
> +    NULL, /* domainHasManagedSaveImage */
> +    NULL, /* domainManagedSaveRemove */
>  };

  Whoops, thanks !

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/




More information about the libvir-list mailing list