On 11/18/24 16:45, Peter Krempa wrote: > From: Adam Julis <ajulis@xxxxxxxxxx> > > 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@xxxxxxxxxx> > Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx> > --- > > 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@xxxxxxxxxx> Michal