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

2020-05-23 Thread Emilio G. Cota
On Sat, May 23, 2020 at 13:20:15 -0400, Emilio G. Cota wrote: > On Fri, May 22, 2020 at 12:07:46 -0400, Robert Foley wrote: > > 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 warn

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

2020-05-23 Thread Emilio G. Cota
On Fri, May 22, 2020 at 12:07:46 -0400, Robert Foley wrote: > 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

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

2020-05-22 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 --- inc