|
|
|
|
|
|
|
|
|
|
xen-api
[Xen-API] [PATCH 0 of 4] Rewrite of feature restrictions code
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
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-API] [PATCH 0 of 4] Rewrite of feature restrictions code,
Rob Hoes <=
|
|
|
|
|