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] Added support for LV tags. (guards: +rok +matthias)

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH] Added support for LV tags. (guards: +rok +matthias)
From: Rok Strnisa <rok.strnisa@xxxxxxxxxx>
Date: Mon, 14 Jun 2010 15:53:34 +0100
Delivery-date: Mon, 14 Jun 2010 07:54:04 -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
This includes:
- Tag.t type, which encapsulates tag strings;
- use of Tag.t consistently throughout the repository;
- a simplified mlvm/Makefile;
- a simple unit test for checking Tag.is_valid.

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


 mlvm/Makefile             |  120 +++++++++++++++++++++------------------------
 mlvm/lv.ml                |    5 +-
 mlvm/redo.ml              |   48 +++++++++---------
 mlvm/tag.ml               |   14 +++++
 mlvm/tag.mli              |   13 ++++
 mlvm/tag_is_valid_test.ml |   13 ++++
 mlvm/test_fragment.ml     |    2 +-
 mlvm/vg.ml                |  120 ++++++++++++++++++++++-----------------------
 8 files changed, 183 insertions(+), 152 deletions(-)


Attachment: xen-api-libs.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] Added support for LV tags. (guards: +rok +matthias), Rok Strnisa <=