From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Fehlig Subject: [PATCH] libxl: Add libvirt-xml to userdata userid registry Date: Thu, 07 Apr 2011 16:30:10 -0600 Message-ID: <4D9E3AF2.3070707@novell.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------000703030209060801020307" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------000703030209060801020307 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I tinkered with some surrounding whitespace to accommodate "libvirt-xml" as a userid. Regards, Jim --------------000703030209060801020307 Content-Type: text/x-diff; name="libxl-libvirt.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="libxl-libvirt.patch" # HG changeset patch # User Jim Fehlig # Date 1302215115 21600 # Node ID 02b3d85b16388f49cd6c3016ece7d1beb6a36403 # Parent 97763efc41f9b664cf6f7db653c9c3f51e50b358 libxl: Add libvirt-xml to userdata userid registry Signed-off-by: Jim Fehlig diff -r 97763efc41f9 -r 02b3d85b1638 tools/libxl/libxl.h --- a/tools/libxl/libxl.h Tue Apr 05 18:23:54 2011 +0100 +++ b/tools/libxl/libxl.h Thu Apr 07 16:25:15 2011 -0600 @@ -469,8 +469,10 @@ * ASCII string. The following list is a registry of userdata userids * (the registry may be updated by posting a patch to xen-devel): * - * userid Data contents - * "xl" domain config file in xl format, Unix line endings + * userid Data contents + * "xl" domain config file in xl format, Unix line endings + * "libvirt-xml" domain config file in libvirt XML format. See + * http://libvirt.org/formatdomain.html * * libxl does not enforce the registration of userdata userids or the * semantics of the data. For specifications of the data formats --------------000703030209060801020307 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------000703030209060801020307--