On 15/12/15 07:20, Ian Campbell wrote:
Adding Daniel again.
On Fri, 2015-12-11 at 16:47 +0100, Juergen Gross wrote:
Additional add some diagnostic messages to the program to have an idea
why it failed.
[...]
err:
if (dom)
xc_dom_release(dom);
+ if (domid >= 0)
Adding Daniel again.
On Fri, 2015-12-11 at 16:47 +0100, Juergen Gross wrote:
> Additional add some diagnostic messages to the program to have an idea
> why it failed.
[...]
> err:
> if (dom)
> xc_dom_release(dom);
> + if (domid >= 0)
> + xc_domain_destroy(xch,
Additional add some diagnostic messages to the program to have an idea
why it failed.
Signed-off-by: Juergen Gross
---
tools/xenstore/init-xenstore-domain.c | 109 +++---
1 file changed, 87 insertions(+), 22 deletions(-)
diff --git a/tools/xenstore/init-xenstore-doma