Re: [Qemu-devel] [PATCH v5 00/33] MTTCG Base Enabling patches with ARM on x86 defaults

2016-10-31 Thread Paolo Bonzini
> Paolo, > > Apologies for the needy ping but is there any chance of at least a > subset of this series making it into a pull-req today? I appreciate I've > run up against the looming freeze tomorrow so would like to reduce as much > of the delta as possible if we can't merged the series. Yes, I'

Re: [Qemu-devel] [PATCH v5 00/33] MTTCG Base Enabling patches with ARM on x86 defaults

2016-10-31 Thread Alex Bennée
Alex Bennée writes: > This is the fifth iteration of the MTTCG patches and I'm finally > dropping the RFC tag from the series. Paolo, Apologies for the needy ping but is there any chance of at least a subset of this series making it into a pull-req today? I appreciate I've run up against the l

[Qemu-devel] [PATCH v5 00/33] MTTCG Base Enabling patches with ARM on x86 defaults

2016-10-27 Thread Alex Bennée
This is the fifth iteration of the MTTCG patches and I'm finally dropping the RFC tag from the series. Previous versions had suffered from hangs which have been fixed by the additional cputlb fixes. A lot of races where identified and fixed using ThreadSanitizer (although a chunk of those fixes wil