Re: [Qemu-devel] [PATCH v13 05/24] tcg: add options for enabling MTTCG

2017-02-23 Thread Alex Bennée
Pranith Kumar writes: > Hi Alex, > > On Wed, Feb 22, 2017 at 12:13 PM, Alex Bennée wrote: >> From: KONRAD Frederic >> >> We know there will be cases where MTTCG won't work until additional work >> is done in the front/back ends to support. It will however be useful to >> be able to turn it on.

Re: [Qemu-devel] [PATCH v13 05/24] tcg: add options for enabling MTTCG

2017-02-22 Thread Pranith Kumar
Hi Alex, On Wed, Feb 22, 2017 at 12:13 PM, Alex Bennée wrote: > From: KONRAD Frederic > > We know there will be cases where MTTCG won't work until additional work > is done in the front/back ends to support. It will however be useful to > be able to turn it on. > > As a result MTTCG will default

[Qemu-devel] [PATCH v13 05/24] tcg: add options for enabling MTTCG

2017-02-22 Thread Alex Bennée
From: KONRAD Frederic We know there will be cases where MTTCG won't work until additional work is done in the front/back ends to support. It will however be useful to be able to turn it on. As a result MTTCG will default to off unless the combination is supported. However the user can turn it on