qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Jiaxun Yang
Subject: Re: [PATCH] target/mips: Fix PageMask with variable page size
Date: Tue, 9 Jun 2020 12:05:23 +0800
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0



在 2020/6/9 10:47, 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 nolonger true.

So we refined this piece of code to handle any target page size.
Also added Big Page support defined by MIPS64 Release2.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
---

Sorry, this version may break MIPS32 build.

I'll send v2 very soon.

Thanks.

[...]

--
- Jiaxun



reply via email to

[Prev in Thread] Current Thread [Next in Thread]