Re: [PATCH 1/2] target/sparc: Set TCG_GUEST_DEFAULT_MO

2023-06-20 Thread Philippe Mathieu-Daudé
On 20/6/23 18:40, Richard Henderson wrote: Always use TSO, per the Oracle 2015 manual. This is slightly less restrictive than the TCG_MO_ALL default, and happens to match the i386 model, which will eliminate a few extra barriers on that host. Signed-off-by: Richard Henderson --- target/sparc/

[PATCH 1/2] target/sparc: Set TCG_GUEST_DEFAULT_MO

2023-06-20 Thread Richard Henderson
Always use TSO, per the Oracle 2015 manual. This is slightly less restrictive than the TCG_MO_ALL default, and happens to match the i386 model, which will eliminate a few extra barriers on that host. Signed-off-by: Richard Henderson --- target/sparc/cpu.h | 23 +++ 1 file cha