Re: [PATCH for-7.0 0/6] target/arm: Implement LVA, LPA, LPA2 features

2022-01-20 Thread Peter Maydell
On Wed, 8 Dec 2021 at 23:14, Richard Henderson wrote: > > These features are all related and relatively small. > > Testing so far has been limited to booting a kernel > with 64k pages and VA and PA set to 52 bits, which > excercises LVA and LPA. > > There is not yet upstream support for LPA2, prob

Re: [PATCH for-7.0 0/6] target/arm: Implement LVA, LPA, LPA2 features

2021-12-14 Thread Richard Henderson
On 12/14/21 8:37 AM, Alex Bennée wrote: Richard Henderson writes: These features are all related and relatively small. Testing so far has been limited to booting a kernel with 64k pages and VA and PA set to 52 bits, which excercises LVA and LPA. Do any distros ship with 64k pages that we c

Re: [PATCH for-7.0 0/6] target/arm: Implement LVA, LPA, LPA2 features

2021-12-14 Thread Alex Bennée
Richard Henderson writes: > These features are all related and relatively small. > > Testing so far has been limited to booting a kernel > with 64k pages and VA and PA set to 52 bits, which > excercises LVA and LPA. Do any distros ship with 64k pages that we could use for an avocado test? > T