mbox series

[0/2] linux-user/arm: Adjust MAX_RESERVED_VA for M-profile

Message ID 20190822185929.16891-1-richard.henderson@linaro.org
Headers show
Series linux-user/arm: Adjust MAX_RESERVED_VA for M-profile | expand

Message

Richard Henderson Aug. 22, 2019, 6:59 p.m. UTC
This is inspired by the discussion in

   https://bugs.launchpad.net/qemu/+bug/1840922

Previously I suggested a new CPUClass hook, but when I went
to implement that seemed like overkill.


r~


Richard Henderson (2):
  linux-user: Pass CPUState to MAX_RESERVED_VA
  linux-user/arm: Adjust MAX_RESERVED_VA for M-profile

 linux-user/arm/target_cpu.h | 24 ++++++++++++++++++---
 linux-user/main.c           | 43 +++++++++++++++++++++----------------
 2 files changed, 46 insertions(+), 21 deletions(-)

-- 
2.17.1

Comments

Peter Maydell Sept. 3, 2019, 1:35 p.m. UTC | #1
On Thu, 22 Aug 2019 at 19:59, Richard Henderson
<richard.henderson@linaro.org> wrote:
>

> This is inspired by the discussion in

>

>    https://bugs.launchpad.net/qemu/+bug/1840922

>

> Previously I suggested a new CPUClass hook, but when I went

> to implement that seemed like overkill.

>

>

> r~

>

>

> Richard Henderson (2):

>   linux-user: Pass CPUState to MAX_RESERVED_VA

>   linux-user/arm: Adjust MAX_RESERVED_VA for M-profile

>


Reviewed-by: Peter Maydell <peter.maydell@linaro.org>


thanks
-- PMM
Laurent Vivier Sept. 10, 2019, 8:19 a.m. UTC | #2
Le 03/09/2019 à 15:35, Peter Maydell a écrit :
> On Thu, 22 Aug 2019 at 19:59, Richard Henderson

> <richard.henderson@linaro.org> wrote:

>>

>> This is inspired by the discussion in

>>

>>    https://bugs.launchpad.net/qemu/+bug/1840922

>>

>> Previously I suggested a new CPUClass hook, but when I went

>> to implement that seemed like overkill.

>>

>>

>> r~

>>

>>

>> Richard Henderson (2):

>>   linux-user: Pass CPUState to MAX_RESERVED_VA

>>   linux-user/arm: Adjust MAX_RESERVED_VA for M-profile

>>

> 

> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>


Both applied to my linux-user branch.

Thanks,
Laurent