Re: [Qemu-devel] [PATCH v8 00/25] Remaining MTTCG Base patches and ARM enablement

2017-01-31 Thread Richard Henderson
On 01/27/2017 02:38 AM, Alex Bennée wrote: Hi, All of the changes in this revision are addressing comments from v7 posted last week. A new pre-cursor patch was added: cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmap To change the cputlb API to use a bitmap instead

Re: [Qemu-devel] [PATCH v8 00/25] Remaining MTTCG Base patches and ARM enablement

2017-01-29 Thread Pranith Kumar
Alex Bennée writes: > Hi, > > All of the changes in this revision are addressing comments from v7 > posted last week. A new pre-cursor patch was added: > > cputlb and arm/sparc targets: convert mmuidx flushes from varg to > bitmap > > To change the cputlb API to use a bitmap instead of varg

[Qemu-devel] [PATCH v8 00/25] Remaining MTTCG Base patches and ARM enablement

2017-01-27 Thread Alex Bennée
Hi, All of the changes in this revision are addressing comments from v7 posted last week. A new pre-cursor patch was added: cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmap To change the cputlb API to use a bitmap instead of vargs. This has generated quite a bit of