Displaying 1 result from an estimated 1 matches for "a2e633b".
Did you mean:
a23e633e
2013 May 08
9
[PATCH] xen/arm: Don't start a QEMU for backend
.../is executable and starts it.
Signed-off-by: Julien Grall <julien.grall@linaro.org>
---
tools/hotplug/Linux/init.d/xencommons | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/tools/hotplug/Linux/init.d/xencommons b/tools/hotplug/Linux/init.d/xencommons
index a2e633b..bd15bd4 100644
--- a/tools/hotplug/Linux/init.d/xencommons
+++ b/tools/hotplug/Linux/init.d/xencommons
@@ -115,11 +115,14 @@ do_start () {
echo Starting xenconsoled...
test -z "$XENCONSOLED_TRACE" || XENCONSOLED_ARGS=" --log=$XENCONSOLED_TRACE"
${SBINDIR}/xenconsoled --pi...