]> git.ipfire.org Git - thirdparty/qemu.git/commit
virtio-mem: Fix the iterator variable in a vmem->rdl_list loop
authorChenyi Qiang <chenyi.qiang@intel.com>
Wed, 28 Dec 2022 09:03:12 +0000 (17:03 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 29 Mar 2023 07:20:04 +0000 (10:20 +0300)
commita2093dd6fecec34079b4b0d3a7be218cfcd5b69b
tree7f969d7edcfe2aea2281dda9b6288757e44bc44c
parent5f43c7786eaec3689aff3f2ea6101c54828a7f3e
virtio-mem: Fix the iterator variable in a vmem->rdl_list loop

It should be the variable rdl2 to revert the already-notified listeners.

Fixes: 2044969f0b ("virtio-mem: Implement RamDiscardManager interface")
Signed-off-by: Chenyi Qiang <chenyi.qiang@intel.com>
Message-Id: <20221228090312.17276-1-chenyi.qiang@intel.com>
Cc: qemu-stable@nongnu.org
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
(cherry picked from commit 29f1b328e3b767cba2661920a8470738469b9e36)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/virtio/virtio-mem.c