Re: [PATCH v4 08/57] target/loongarch: Do not include tcg-ldst.h

2023-05-05 Thread Peter Maydell
On Wed, 3 May 2023 at 08:11, Richard Henderson wrote: > > This header is supposed to be private to tcg and in fact > does not need to be included here at all. > > Reviewed-by: Song Gao > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v4 08/57] target/loongarch: Do not include tcg-ldst.h

2023-05-03 Thread Richard Henderson
This header is supposed to be private to tcg and in fact does not need to be included here at all. Reviewed-by: Song Gao Signed-off-by: Richard Henderson --- target/loongarch/csr_helper.c | 1 - target/loongarch/iocsr_helper.c | 1 - 2 files changed, 2 deletions(-) diff --git a/target/loonga