Re: [Xen-devel] [PATCH RFC 12/18] libxl: Fix unneeded domain reboot during destroy routine

2016-05-19 Thread Wei Liu
On Wed, May 18, 2016 at 07:32:35PM +0300, Andrii Anisov wrote: > From: Viktor Kleinik > > During domain destroy we should change its state from "alive" > to "dying" to prevent reboot because of watchdog timeout. > > Signed-off-by: Viktor Kleinik > --- > tools/libxl/libxl.c | 4 > 1 file c

[Xen-devel] [PATCH RFC 12/18] libxl: Fix unneeded domain reboot during destroy routine

2016-05-18 Thread Andrii Anisov
From: Viktor Kleinik During domain destroy we should change its state from "alive" to "dying" to prevent reboot because of watchdog timeout. Signed-off-by: Viktor Kleinik --- tools/libxl/libxl.c | 4 1 file changed, 4 insertions(+) diff --git a/tools/libxl/libxl.c b/tools/libxl/libxl.c i