qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 07/21] include/exec/memattrs: Add two bits of space to Mem


From: Richard Henderson
Subject: Re: [PATCH v2 07/21] include/exec/memattrs: Add two bits of space to MemTxAttrs
Date: Tue, 21 Feb 2023 00:50:16 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

On 2/21/23 00:42, Philippe Mathieu-Daudé wrote:
On 21/2/23 11:01, Richard Henderson wrote:
On 2/20/23 21:56, Philippe Mathieu-Daudé wrote:
'secure' & 'user' seem mutually exclusive. If we get short in bits,
they could be shared.

They are not.  ARM has Secure EL0, or secure user mode.

Oh, I misunderstood this field with user-emulation then (I tried
commenting it and my TCG/HVF build succeeded).


target/arm/ptw.c:2853:    result->f.attrs.user = regime_is_user(env, mmu_idx);

So... it shouldn't have built?

r~



reply via email to

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