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

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH] Added support for LV tags
From: Rok Strnisa <rok.strnisa@xxxxxxxxxx>
Date: Mon, 14 Jun 2010 12:03:56 +0100
Delivery-date: Mon, 14 Jun 2010 04:07:25 -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             |  122 +++++++++++++++++++++------------------------
 mlvm/clue.ml              |   21 -------
 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     |    3 +-
 mlvm/vg.ml                |  120 +++++++++++++++++++++-----------------------
 9 files changed, 182 insertions(+), 177 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>