On 1/19/21 7:03 AM, Peter Maydell wrote:
> On Fri, 15 Jan 2021 at 22:47, Richard Henderson
> wrote:
>>
>> We must always use GUEST_ADDR_MAX, because even 32-bit hosts can
>> use -R to restrict the memory address of the guest.
>>
>> Signed-off-by: Richard Henderson
>> ---
>> include/exec/cpu_lds
On Fri, 15 Jan 2021 at 22:47, Richard Henderson
wrote:
>
> We must always use GUEST_ADDR_MAX, because even 32-bit hosts can
> use -R to restrict the memory address of the guest.
>
> Signed-off-by: Richard Henderson
> ---
> include/exec/cpu_ldst.h | 9 -
> 1 file changed, 4 insertions(+)
We must always use GUEST_ADDR_MAX, because even 32-bit hosts can
use -R to restrict the memory address of the guest.
Signed-off-by: Richard Henderson
---
include/exec/cpu_ldst.h | 9 -
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/include/exec/cpu_ldst.h b/include/exec/c