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

2017-01-31 Thread Alex Bennée
Pranith Kumar writes: > Alex Bennée writes: > >> 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

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

2017-01-29 Thread Pranith Kumar
Alex Bennée writes: > 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 > suppor

[Qemu-devel] [PATCH v8 05/25] tcg: add options for enabling MTTCG

2017-01-27 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

[Qemu-devel] [PATCH v8 05/25] tcg: add options for enabling MTTCG

2017-01-27 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