Re: [Qemu-devel] [PATCH v10 00/23] MTTCG Base enabling patches with ARM enablement

2017-02-07 Thread Alex Bennée
Pranith Kumar writes: > Hi Alex, > > On Mon, Feb 6, 2017 at 10:30 AM, Alex Bennée wrote: >> Hi Richard/Peter, >> >> This is a mostly ARM focused update to last weeks v9. >> >> It has necessitated one change to the cputlb API. It was pointed out >> that translators often have to special case a b

Re: [Qemu-devel] [PATCH v10 00/23] MTTCG Base enabling patches with ARM enablement

2017-02-06 Thread Eric Blake
On 02/06/2017 01:06 PM, Pranith Kumar wrote: >> A version of the tree can be found at: >> >> https://github.com/stsquad/qemu/tree/mttcg/base-patches-v10 >> > > I've sent my Reviewed-by/tested-by for v9 but those seem to be lost. > I've tested v10 too. > > So please add my tested and reviewed t

Re: [Qemu-devel] [PATCH v10 00/23] MTTCG Base enabling patches with ARM enablement

2017-02-06 Thread Pranith Kumar
Hi Alex, On Mon, Feb 6, 2017 at 10:30 AM, Alex Bennée wrote: > Hi Richard/Peter, > > This is a mostly ARM focused update to last weeks v9. > > It has necessitated one change to the cputlb API. It was pointed out > that translators often have to special case a bunch of things if you > longjmp() ou

[Qemu-devel] [PATCH v10 00/23] MTTCG Base enabling patches with ARM enablement

2017-02-06 Thread Alex Bennée
Hi Richard/Peter, This is a mostly ARM focused update to last weeks v9. It has necessitated one change to the cputlb API. It was pointed out that translators often have to special case a bunch of things if you longjmp() out of a helper. As a result the cputlb _synched() calls are no longer QEMU_N