提交 231c7104 编写于 作者: P Pavel Hrdina

qemu: fix nwfilter deadlock while reverting to snapshot

Introduced by commit <41127244>.
Signed-off-by: NPavel Hrdina <phrdina@redhat.com>
上级 77100266
......@@ -15325,7 +15325,7 @@ qemuDomainRevertToSnapshot(virDomainSnapshotPtr snapshot,
virNWFilterReadLockFilterUpdates();
if (!(vm = qemuDomObjFromSnapshot(snapshot)))
return -1;
goto cleanup;
cfg = virQEMUDriverGetConfig(driver);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册