Re: [PATCH] already removed obj is not allowed to acquire job

2021-03-30 Thread Martin Kletzander
On Tue, Mar 30, 2021 at 04:36:41PM +0800, Hogan Wang wrote: From: Zhuang Shengen a removed vm begin a job may cause unanticipated results.so add judgement in qemuDomainObjBeginJobInternal to forbid a removed obj acquire the job Actually what I meant was that there is some part of the code

[PATCH] already removed obj is not allowed to acquire job

2021-03-30 Thread Hogan Wang
From: Zhuang Shengen a removed vm begin a job may cause unanticipated results.so add judgement in qemuDomainObjBeginJobInternal to forbid a removed obj acquire the job Signed-off-by: Zhuang Shengen Reviewed-by: Hogan Wang --- src/qemu/qemu_domainjob.c | 7 +++ 1 file changed, 7