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-devel

[Xen-devel] [PATCH 0/2] install xl header and uuid deps removal

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH 0/2] install xl header and uuid deps removal
From: Vincent Hanquez <vincent.hanquez@xxxxxxxxxxxxx>
Date: Mon, 4 Jan 2010 23:33:30 +0000
Cc: Vincent Hanquez <vincent.hanquez@xxxxxxxxxxxxx>
Delivery-date: Mon, 04 Jan 2010 15:31:36 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
This small patchset make the library usable outside of the xen tree
by installing libxl.h. As a side effect it does remove dependancies on
xen_uuid.h, and lots of uuid functions shifting the uuid dependancies to
clients of the library as it should be.

Vincent Hanquez (2):
  remove any uuid dependancies from xl
  install libxl.h

 tools/libxl/Makefile         |    6 +--
 tools/libxl/libxl.c          |   39 ++----------
 tools/libxl/libxl.h          |    7 +-
 tools/libxl/libxl_internal.h |    6 ++
 tools/libxl/libxl_utils.c    |   85 --------------------------
 tools/libxl/libxl_utils.h    |    8 ---
 tools/libxl/xen_uuid.h       |  135 ------------------------------------------
 tools/libxl/xl.c             |   68 +++++++++++++++------
 8 files changed, 67 insertions(+), 287 deletions(-)
 delete mode 100644 tools/libxl/xen_uuid.h

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>