[Qemu-devel] [PATCH 0/2] target-mips: rework conditional stores for mttcg

2016-09-21 Thread Leon Alrae
This small series changes MIPS conditional stores implementation for mttcg. Specifically we compare virtual address of LL and SC (rather than physical) which allows us to have just a single inlined implementation for user and system emulation and to use new atomic helpers. This is done in 2 steps:

[Qemu-devel] [PATCH 0/2] target-mips: rework conditional stores for mttcg

2016-09-15 Thread Leon Alrae
This small series changes MIPS conditional stores implementation for mttcg. Specifically we compare virtual address of LL and SC (rather than physical) which allows us to have just a single inlined implementation for user and system emulation and to use new atomic helpers. This is done in 2 steps: