]> git.ipfire.org Git - thirdparty/qemu.git/commit
virtio-blk: Fix clean up of host notifiers for single MR transaction.
authorMark Mielke <mark.mielke@gmail.com>
Thu, 2 Dec 2021 16:26:51 +0000 (11:26 -0500)
committerMichael Roth <michael.roth@amd.com>
Tue, 14 Dec 2021 21:10:56 +0000 (15:10 -0600)
commitfec12fc8882b7326e820696ef81da3f1deeca11b
tree510edc506356d2d6d1de820297a270d9d0d09637
parentef0cf1887ee9acb21a8d7a06e83bdbbae0fdf9e6
virtio-blk: Fix clean up of host notifiers for single MR transaction.

The code that introduced "virtio-blk: Configure all host notifiers in
a single MR transaction" introduced a second loop variable to perform
cleanup in second loop, but mistakenly still refers to the first
loop variable within the second loop body.

Fixes: d0267da61489 ("virtio-blk: Configure all host notifiers in a single MR transaction")
Signed-off-by: Mark Mielke <mark.mielke@gmail.com>
Message-id: CALm7yL08qarOu0dnQkTN+pa=BSRC92g31YpQQNDeAiT4yLZWQQ@mail.gmail.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
(cherry picked from commit 5b807181c27a940a3a7ad1f221a2e76a132cbdc0)
Signed-off-by: Michael Roth <michael.roth@amd.com>
hw/block/dataplane/virtio-blk.c