Re: [Qemu-devel] [RFC 1/7] cpu: move break/watchpoints into arrays.

2016-06-17 Thread Paolo Bonzini
On 17/06/2016 18:33, Alex Bennée wrote: > Before we can protect the lists we need a structure a little more > amenable to RCU protection. This moves all the lists into a re-sizeable > array. The array still only points to allocated structures because a > number of the architectures still need to

[Qemu-devel] [RFC 1/7] cpu: move break/watchpoints into arrays.

2016-06-17 Thread Alex Bennée
Before we can protect the lists we need a structure a little more amenable to RCU protection. This moves all the lists into a re-sizeable array. The array still only points to allocated structures because a number of the architectures still need to look at the results of a hit by examining the fiel