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 0 of 4] Rewrite of feature restrictions code

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH 0 of 4] Rewrite of feature restrictions code
From: Rob Hoes <rob.hoes@xxxxxxxxxx>
Date: Wed, 14 Jul 2010 15:18:19 +0100
Delivery-date: Wed, 14 Jul 2010 07:27:08 -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
These patches are the first steps to rewrite the feature restrictions and 
licensing code, which was slightly messy and still had some stuff in it that is 
not useful for XCP.

 ocaml/license/edition.ml                 |   38 ++++
 ocaml/license/edition.mli                |   39 ++++
 ocaml/license/features.ml                |  118 ++++++++++++++
 ocaml/license/features.mli               |   57 +++++++
 ocaml/license/license.ml                 |  246 +------------------------------
 ocaml/license/license.mli                |  107 ++++--------
 ocaml/license/license_file.ml            |  143 ++++++++++++++++++
 ocaml/license/license_file.mli           |   43 +++++
 ocaml/license/license_init.ml            |  117 ++++++++++++++
 ocaml/license/license_init.mli           |   20 ++
 ocaml/license/v6client.ml                |    2 +-
 ocaml/xapi/OMakefile                     |    7 +-
 ocaml/xapi/cli_operations.ml             |   21 +-
 ocaml/xapi/vmops.ml                      |    5 +-
 ocaml/xapi/workload_balancing.ml         |    2 +-
 ocaml/xapi/xapi.ml                       |    5 +-
 ocaml/xapi/xapi_config.ml                |    4 +-
 ocaml/xapi/xapi_globs.ml                 |    3 -
 ocaml/xapi/xapi_ha.ml                    |    2 +-
 ocaml/xapi/xapi_host.ml                  |   38 ++--
 ocaml/xapi/xapi_host.mli                 |    2 +-
 ocaml/xapi/xapi_message.ml               |    2 +-
 ocaml/xapi/xapi_pool.ml                  |   14 +-
 ocaml/xapi/xapi_subject.ml               |    6 +-
 ocaml/xapi/xapi_vm.ml                    |    2 +-
 ocaml/xapi/xapi_vm_memory_constraints.ml |    2 +-
 ocaml/xe-cli/bash-completion             |    2 +-
 ocaml/license/license.ml                 |    4 +-
 ocaml/license/license.mli                |    4 -
 ocaml/xapi/license_check.ml              |   15 +-
 ocaml/xapi/license_check.mli             |    4 +-
 ocaml/license/fakev6.ml                  |    4 -
 ocaml/license/license_init.ml            |  117 ++++++--------
 ocaml/license/v6client.ml                |   12 +-
 ocaml/license/v6client.mli               |    4 +-
 ocaml/xapi/xapi_host.ml                  |   91 +++++-----
 ocaml/license/edition.ml                 |    9 +
 ocaml/license/edition.mli                |    8 +-
 ocaml/xapi/xapi_pool.ml                  |   22 +--
 39 files changed, 815 insertions(+), 526 deletions(-)

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api