Re: [PATCH V17 1/6] target/mips: Fix PageMask with variable page size

2020-11-08 Thread Philippe Mathieu-Daudé
On 11/6/20 5:21 AM, Huacai Chen wrote: > From: Jiaxun Yang > > Our current code assumed the target page size is always 4k > when handling PageMask and VPN2, however, variable page size > was just added to mips target and that's no longer true. > > Fixes: ee3863b9d414 ("target/mips: Support varia

Re: [PATCH V17 1/6] target/mips: Fix PageMask with variable page size

2020-11-07 Thread Huacai Chen
Hi, Philippe, On Sat, Nov 7, 2020 at 8:11 PM Philippe Mathieu-Daudé wrote: > > Hi Huacai, > > On 11/6/20 5:21 AM, Huacai Chen wrote: > > From: Jiaxun Yang > > > > Our current code assumed the target page size is always 4k > > when handling PageMask and VPN2, however, variable page size > > was j

Re: [PATCH V17 1/6] target/mips: Fix PageMask with variable page size

2020-11-07 Thread Philippe Mathieu-Daudé
Hi Huacai, On 11/6/20 5:21 AM, Huacai Chen wrote: > From: Jiaxun Yang > > Our current code assumed the target page size is always 4k > when handling PageMask and VPN2, however, variable page size > was just added to mips target and that's no longer true. > > Fixes: ee3863b9d414 ("target/mips: S

[PATCH V17 1/6] target/mips: Fix PageMask with variable page size

2020-11-05 Thread Huacai Chen
From: Jiaxun Yang Our current code assumed the target page size is always 4k when handling PageMask and VPN2, however, variable page size was just added to mips target and that's no longer true. Fixes: ee3863b9d414 ("target/mips: Support variable page size") Signed-off-by: Jiaxun Yang Signed-of