Re: [PATCH v4] Add timer_join to avoid racing in timer cleanup
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
Hi Paolo, could you please take a look? Regards, Roman.