-
Juan Quintela authored
We were not unlocking bitmap mutex on the error case. To fix it forever change to enclose the code with WITH_QEMU_LOCK_GUARD(). Coverity CID 1523750. Fixes: a2326705 ("migration: Stop migration immediately in RDMA error paths") Reviewed-by:
Alex Bennée <alex.bennee@linaro.org> Signed-off-by:
Juan Quintela <quintela@redhat.com> Message-ID: <20231103074245.55166-1-quintela@redhat.com>
Juan Quintela authoredWe were not unlocking bitmap mutex on the error case. To fix it forever change to enclose the code with WITH_QEMU_LOCK_GUARD(). Coverity CID 1523750. Fixes: a2326705 ("migration: Stop migration immediately in RDMA error paths") Reviewed-by:
Alex Bennée <alex.bennee@linaro.org> Signed-off-by:
Juan Quintela <quintela@redhat.com> Message-ID: <20231103074245.55166-1-quintela@redhat.com>