Re: [libvirt] [PATCH] xen: fix domain lookup after define

2008-09-03 Thread Daniel Veillard
On Thu, Aug 28, 2008 at 10:19:01AM +0100, Daniel P. Berrange wrote: On Wed, Aug 27, 2008 at 08:57:24PM -0400, Cole Robinson wrote: Defining a xen domain will succeed, but report error because we weren't properly passing the domain's name to the post-define lookup. ACK, this was a mistake

Re: [libvirt] [PATCH] xen: fix domain lookup after define

2008-08-28 Thread Daniel P. Berrange
On Wed, Aug 27, 2008 at 08:57:24PM -0400, Cole Robinson wrote: Defining a xen domain will succeed, but report error because we weren't properly passing the domain's name to the post-define lookup. ACK, this was a mistake during the conversion to new APIs Attached patch fixes this, and also

[libvirt] [PATCH] xen: fix domain lookup after define

2008-08-27 Thread Cole Robinson
Defining a xen domain will succeed, but report error because we weren't properly passing the domain's name to the post-define lookup. Attached patch fixes this, and also adds a debug statement to show the sexpr we create from the passed xml. Thanks, Cole diff --git a/src/xend_internal.c