
19 Nov
2024
19 Nov
'24
5:03 a.m.
On 11/18/24 16:45, Peter Krempa wrote:
From: Adam Julis <ajulis@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@redhat.com> Signed-off-by: Peter Krempa <pkrempa@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@redhat.com> Michal