Re: [Xen-devel] [PATCH v5 1/9] xen: introduce DOMDYING_locked state

2014-12-18 Thread Jan Beulich
>>> On 11.12.14 at 14:45, wrote: > New dying state is requred to indicate that a particular domain > is dying but cleanup procedure wasn't started. This state can be > set from outside of domain_kill(). Without any user of the new state (yet), please be more verbose here to explain what the inten

[Xen-devel] [PATCH v5 1/9] xen: introduce DOMDYING_locked state

2014-12-11 Thread Vitaly Kuznetsov
New dying state is requred to indicate that a particular domain is dying but cleanup procedure wasn't started. This state can be set from outside of domain_kill(). Signed-off-by: Vitaly Kuznetsov --- xen/common/domain.c | 1 + xen/include/xen/sched.h | 3 ++- 2 files changed, 3 insertions(+)