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 00 of 12] [PCR-0047] Enhances XCP guest-memory-field-ch

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH 00 of 12] [PCR-0047] Enhances XCP guest-memory-field-checking logic so that XCP can choose the most appropriate set of constraints to apply for the current context.
From: Jonathan Knowles <jonathan.knowles@xxxxxxxxxxxxx>
Date: Mon, 1 Feb 2010 16:32:02 +0000
Delivery-date: Mon, 01 Feb 2010 08:36:03 -0800
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
[PCR-0047] Enhances guest-memory-field-checking logic so that XCP can choose 
the most appropriate set of constraints to apply for the current context.

By default, XCP constrains guest memory fields according to:
static-min <= dynamic-min <= dynamic-max <= static-max.

In addition to the default behaviour, it's now possible to configure XCP to 
constrain guest memory fields according to:
static-min <= dynamic-min = dynamic-max = static-max.

9 files changed, 423 insertions(+), 283 deletions(-)
ocaml/license/restrictions.ml                 |  384 +++++++++++++------------
ocaml/license/restrictions.mli                |   34 +-
ocaml/util/ocamltest.ml                       |    3 
ocaml/util/ocamltest.mli                      |    3 
ocaml/util/vm_memory_constraints.ml           |  114 ++++---
ocaml/xapi/quicktest_vm_memory_constraints.ml |   87 ++++-
ocaml/xapi/xapi_vm.ml                         |   17 -
ocaml/xapi/xapi_vm_helpers.ml                 |   29 -
ocaml/xapi/xapi_vm_memory_constraints.ml      |   35 ++

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

<Prev in Thread] Current Thread [Next in Thread>