Re: [Qemu-devel] [PATCH 0/4] Fix misuse of atomics in trace/simple.c

2013-02-05 Thread Markus Armbruster
Stefan Hajnoczi writes: > On Fri, Jan 25, 2013 at 04:43:36PM +0100, Markus Armbruster wrote: >> More old news: casting pointers considered harmful, and atomics >> considered hard to use correctly. >> >> Markus Armbruster (4): >> trace: Fix simple trace dropped event record for big endian >>

Re: [Qemu-devel] [PATCH 0/4] Fix misuse of atomics in trace/simple.c

2013-02-05 Thread Stefan Hajnoczi
On Fri, Jan 25, 2013 at 04:43:36PM +0100, Markus Armbruster wrote: > More old news: casting pointers considered harmful, and atomics > considered hard to use correctly. > > Markus Armbruster (4): > trace: Fix simple trace dropped event record for big endian > trace: Direct access of atomics is

Re: [Qemu-devel] [PATCH 0/4] Fix misuse of atomics in trace/simple.c

2013-01-31 Thread Markus Armbruster
Ping? Markus Armbruster writes: > More old news: casting pointers considered harmful, and atomics > considered hard to use correctly. > > Markus Armbruster (4): > trace: Fix simple trace dropped event record for big endian > trace: Direct access of atomics is verboten, use the API > trace:

[Qemu-devel] [PATCH 0/4] Fix misuse of atomics in trace/simple.c

2013-01-25 Thread Markus Armbruster
More old news: casting pointers considered harmful, and atomics considered hard to use correctly. Markus Armbruster (4): trace: Fix simple trace dropped event record for big endian trace: Direct access of atomics is verboten, use the API trace: Clean up the "try to update atomic until it wor