Aurelien Jarno <aurel...@aurel32.net> writes: > On 2015-08-07 19:03, Alvise Rigo wrote: >> Introduce the new --enable-tcg-ldst-excl configure option to enable the >> LL/SC operations only for those backends that support them. >> >> Suggested-by: Jani Kokkonen <jani.kokko...@huawei.com> >> Suggested-by: Claudio Fontana <claudio.font...@huawei.com> >> Signed-off-by: Alvise Rigo <a.r...@virtualopensystems.com> >> --- >> configure | 21 +++++++++++++++++++++ >> 1 file changed, 21 insertions(+) > > We have seen that for this kind of patch, it's better to add support in > all backends, otherwise it takes ages to get all the backends converted. > I think you should involve the backend maintainers. I can try to provide > the corresponding patches for mips and ia64.
We discussed this on the last MTTCG call and agree. However we will need help from the other TCG maintainers for the backends. The changes should be fairly mechanical though. However in the spirit of keeping trees building in the meantime should we change this from a configure option to just a static option for each given backend as it is converted? -- Alex Bennée