Re: [PATCH v4] Add timer_join to avoid racing in timer cleanup

2024-07-21 Thread Roman Kiryanov
Hi Paolo, could you please take a look? If you don't like my patch I will be happy if you suggest your solution for this problem. We can help with reviewing it. I grepped through the QEMU sources and found timer_del is called from a separate thread in accel/tcg/tcg-accel-ops-rr.c. It does not use

Re: [PATCH v4] Add timer_join to avoid racing in timer cleanup

2024-07-08 Thread Roman Kiryanov
Hi Paolo, could you please take a look? Regards, Roman.