Re: [PATCH v2 05/22] target/loongarch: Add memory management support

2021-07-26 Thread Song Gao
Hi, Richard. On 07/23/2021 06:48 AM, Richard Henderson wrote: > On 7/20/21 11:53 PM, Song Gao wrote: >> This patch introduces one memory-management-related functions >> - loongarch_cpu_tlb_fill() >> >> Signed-off-by: Song Gao >> --- >>   target/loongarch/cpu.c    |   1 + >>   target/loongarch

Re: [PATCH v2 05/22] target/loongarch: Add memory management support

2021-07-22 Thread Richard Henderson
On 7/20/21 11:53 PM, Song Gao wrote: This patch introduces one memory-management-related functions - loongarch_cpu_tlb_fill() Signed-off-by: Song Gao --- target/loongarch/cpu.c| 1 + target/loongarch/cpu.h| 9 target/loongarch/tlb_helper.c | 103

[PATCH v2 05/22] target/loongarch: Add memory management support

2021-07-21 Thread Song Gao
This patch introduces one memory-management-related functions - loongarch_cpu_tlb_fill() Signed-off-by: Song Gao --- target/loongarch/cpu.c| 1 + target/loongarch/cpu.h| 9 target/loongarch/tlb_helper.c | 103 ++ 3 files changed, 1