Re: [PATCH v2 10/13] include/qemu: Added tsan.h for annotations.

2020-06-08 Thread Alex Bennée
Robert Foley writes: > These annotations will allow us to give tsan > additional hints. For example, we can inform > tsan about reads/writes to ignore to silence certain > classes of warnings. > We can also annotate threads so that the proper thread > naming shows up in tsan warning results. >

[PATCH v2 10/13] include/qemu: Added tsan.h for annotations.

2020-06-05 Thread Robert Foley
These annotations will allow us to give tsan additional hints. For example, we can inform tsan about reads/writes to ignore to silence certain classes of warnings. We can also annotate threads so that the proper thread naming shows up in tsan warning results. Signed-off-by: Robert Foley Reviewed