On 5/19/22 06:59, Nicholas Piggin wrote:
This allows an x86 host to no-op lwsyncs, and ppc host can use lwsync rather than sync.Signed-off-by: Nicholas Piggin<npig...@gmail.com> --- target/ppc/cpu.h | 4 +++- target/ppc/cpu_init.c | 13 +++++++------ target/ppc/machine.c | 3 ++- target/ppc/translate.c | 8 +++++++- 4 files changed, 19 insertions(+), 9 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> to the translate part, and I'll trust you on the set of cpus adjusted. r~