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

[Xen-changelog] [xen-unstable] Give our test VM a name with no space (Xe

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Give our test VM a name with no space (Xend does not allow this at the moment).
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 02 Nov 2006 22:08:53 +0000
Delivery-date: Thu, 02 Nov 2006 21:31:13 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User ewan@xxxxxxxxxxxxx
# Node ID 2ea55aa1dd46839927c4be17b988e01b42951f74
# Parent  c75716820107876aaf3d619c90647d8796fdee60
Give our test VM a name with no space (Xend does not allow this at the moment).

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
 tools/libxen/test/test_bindings.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r c75716820107 -r 2ea55aa1dd46 tools/libxen/test/test_bindings.c
--- a/tools/libxen/test/test_bindings.c Sat Oct 07 18:22:09 2006 +0100
+++ b/tools/libxen/test/test_bindings.c Sat Oct 07 18:22:48 2006 +0100
@@ -275,7 +275,7 @@ static void create_new_vm(xen_session *s
 
     xen_vm_record vm_record =
         {
-            .name_label = "New VM",
+            .name_label = "NewVM",
             .name_description = "New VM Description",
             .user_version = 1,
             .is_a_template = false,

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Give our test VM a name with no space (Xend does not allow this at the moment)., Xen patchbot-unstable <=