Re: [PATCH 08/22] include/exec/memattrs: Add two bits of space to MemTxAttrs

2023-02-08 Thread Richard Henderson
On 2/7/23 05:05, Peter Maydell wrote: On Tue, 24 Jan 2023 at 00:01, Richard Henderson wrote: We will need 2 bits to represent ARMSecurityState. Do not attempt to replace or widen secure, even though it logically overlaps the new field -- there are uses within e.g. hw/block/pflash_cfi01.c, whi

Re: [PATCH 08/22] include/exec/memattrs: Add two bits of space to MemTxAttrs

2023-02-07 Thread Peter Maydell
On Tue, 24 Jan 2023 at 00:01, Richard Henderson wrote: > > We will need 2 bits to represent ARMSecurityState. > > Do not attempt to replace or widen secure, even though it > logically overlaps the new field -- there are uses within > e.g. hw/block/pflash_cfi01.c, which don't know anything > specif

[PATCH 08/22] include/exec/memattrs: Add two bits of space to MemTxAttrs

2023-01-23 Thread Richard Henderson
We will need 2 bits to represent ARMSecurityState. Do not attempt to replace or widen secure, even though it logically overlaps the new field -- there are uses within e.g. hw/block/pflash_cfi01.c, which don't know anything specific about ARM. Signed-off-by: Richard Henderson --- include/exec/me