On 11/18/24 16:45, Peter Krempa wrote:
From: Adam Julis <ajulis(a)redhat.com>
GSList of iothreads is not allowed to be changed while the
virtual machine is running.
Resolves:
https://issues.redhat.com/browse/RHEL-23607
Signed-off-by: Adam Julis <ajulis(a)redhat.com>
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
Changes to v1:
- extrac to separate function
- improve readability of loops and handling of error
- fix possibility of infinitely looping if first queue of both queue
lists matches
src/qemu/qemu_domain.c | 46 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com>
Michal