Re: [Qemu-devel] [PATCH V9 15/16] xen: Set running state in xenstore.

2011-01-26 Thread Anthony Liguori
On 01/25/2011 08:29 AM, anthony.per...@citrix.com wrote: From: Anthony PERARD This tells to the xen management tool that the machine can begin run. Signed-off-by: Anthony PERARD --- xen-all.c | 27 +++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/

[Qemu-devel] [PATCH V9 15/16] xen: Set running state in xenstore.

2011-01-25 Thread anthony . perard
From: Anthony PERARD This tells to the xen management tool that the machine can begin run. Signed-off-by: Anthony PERARD --- xen-all.c | 27 +++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/xen-all.c b/xen-all.c index a0248ee..c2d37d6 100644 --- a/x