[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Give our test VM a name with no space (Xend does not allow this at the moment).
# 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |