[libvirt] [PATCH 1/2] qemu: fix nwfilter deadlock while reverting to snapshot

Ján Tomko jtomko at redhat.com
Mon Aug 14 15:51:59 UTC 2017


On Mon, Aug 07, 2017 at 04:31:30PM +0200, Pavel Hrdina wrote:
>Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
>---
> src/qemu/qemu_driver.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
>index b3f65f440d..0b549f20da 100644
>--- a/src/qemu/qemu_driver.c
>+++ b/src/qemu/qemu_driver.c
>@@ -15325,7 +15325,7 @@ qemuDomainRevertToSnapshot(virDomainSnapshotPtr snapshot,
>     virNWFilterReadLockFilterUpdates();
>
>     if (!(vm = qemuDomObjFromSnapshot(snapshot)))
>-        return -1;
>+        goto cleanup;
>
>     cfg = virQEMUDriverGetConfig(driver);
>

ACK

Introduced by commit 41127244fb90f08cf5032a5d7553f5f0390d925e

Jan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20170814/99ac4649/attachment-0001.sig>


More information about the libvir-list mailing list