Re: [PATCH] virtio-mem: Fix the iterator variable in a vmem->rdl_list loop

2022-12-28 Thread David Hildenbrand
On 28.12.22 10:03, Chenyi Qiang wrote: It should be the variable rdl2 to revert the already-notified listeners. Fixes: 2044969f0b ("virtio-mem: Implement RamDiscardManager interface") Signed-off-by: Chenyi Qiang --- hw/virtio/virtio-mem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [PATCH] virtio-mem: Fix the iterator variable in a vmem->rdl_list loop

2022-12-28 Thread Philippe Mathieu-Daudé
On 28/12/22 10:03, Chenyi Qiang wrote: It should be the variable rdl2 to revert the already-notified listeners. Fixes: 2044969f0b ("virtio-mem: Implement RamDiscardManager interface") Signed-off-by: Chenyi Qiang --- hw/virtio/virtio-mem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH] virtio-mem: Fix the iterator variable in a vmem->rdl_list loop

2022-12-28 Thread Chenyi Qiang
It should be the variable rdl2 to revert the already-notified listeners. Fixes: 2044969f0b ("virtio-mem: Implement RamDiscardManager interface") Signed-off-by: Chenyi Qiang --- hw/virtio/virtio-mem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/virtio/virtio-mem.c b/hw/