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

Richard Henderson posted 2 patches 4 years, 8 months ago
Test docker-clang@ubuntu passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190822185929.16891-1-richard.henderson@linaro.org
Maintainers: Laurent Vivier <laurent@vivier.eu>, Riku Voipio <riku.voipio@iki.fi>
linux-user/arm/target_cpu.h | 24 ++++++++++++++++++---
linux-user/main.c           | 43 +++++++++++++++++++++----------------
2 files changed, 46 insertions(+), 21 deletions(-)
[Qemu-devel] [PATCH 0/2] linux-user/arm: Adjust MAX_RESERVED_VA for M-profile
Posted by Richard Henderson 4 years, 8 months ago
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


Re: [Qemu-devel] [PATCH 0/2] linux-user/arm: Adjust MAX_RESERVED_VA for M-profile
Posted by Peter Maydell 4 years, 7 months ago
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

Re: [Qemu-devel] [PATCH 0/2] linux-user/arm: Adjust MAX_RESERVED_VA for M-profile
Posted by Laurent Vivier 4 years, 7 months ago
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