WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

[Xen-API] [PATCH] The option for encrypting VM migration

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH] The option for encrypting VM migration
From: Rok Strnisa <rok.strnisa@xxxxxxxxxx>
Date: Thu, 1 Jul 2010 13:50:31 +0100
Delivery-date: Thu, 01 Jul 2010 05:51:07 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mercurial-patchbomb/1.4.3
EXAMPLE USE:
xe vm-migrate encrypt=true ...

Default is false.

DEPENDENCY:
This patch depends on the 'stdext-improved' patch in the xen-api-libs.hg.

Singed-off-by: Rok Strnisa <rok.strnisa@xxxxxxxxxx>


 ocaml/xapi/cli_frontend.ml    |    4 +-
 ocaml/xapi/cli_operations.ml  |   21 +-
 ocaml/xapi/xapi_vm_migrate.ml |  278 +++++++++++++++++++++--------------------
 3 files changed, 153 insertions(+), 150 deletions(-)


Attachment: xen-api.hg.patch
Description: Text Data

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] [PATCH] The option for encrypting VM migration, Rok Strnisa <=