Re: [RFC PATCH] target/arm: properly document FEAT_CRC32

2023-08-24 Thread Alex Bennée
Peter Maydell writes: > On Wed, 22 Feb 2023 at 11:01, Alex Bennée wrote: >> >> This is a mandatory feature for Armv8.1 architectures but we don't >> state the feature clearly in our emulation list. While checking verify >> our cortex-a76 model matches up with the current TRM by breaking out

Re: [RFC PATCH] target/arm: properly document FEAT_CRC32

2023-08-21 Thread Peter Maydell
On Wed, 22 Feb 2023 at 11:01, Alex Bennée wrote: > > This is a mandatory feature for Armv8.1 architectures but we don't > state the feature clearly in our emulation list. While checking verify > our cortex-a76 model matches up with the current TRM by breaking out > the long form isar into a more

Re: [RFC PATCH] target/arm: properly document FEAT_CRC32

2023-02-24 Thread Alex Bennée
Peter Maydell writes: > On Thu, 23 Feb 2023 at 23:01, Richard Henderson > wrote: >> >> On 2/22/23 01:01, Alex Bennée wrote: >> > This is a mandatory feature for Armv8.1 architectures but we don't >> > state the feature clearly in our emulation list. While checking verify >> > our cortex-a76

Re: [RFC PATCH] target/arm: properly document FEAT_CRC32

2023-02-24 Thread Alex Bennée
Richard Henderson writes: > On 2/22/23 01:01, Alex Bennée wrote: >> This is a mandatory feature for Armv8.1 architectures but we don't >> state the feature clearly in our emulation list. While checking verify >> our cortex-a76 model matches up with the current TRM by breaking out >> the long

Re: [RFC PATCH] target/arm: properly document FEAT_CRC32

2023-02-24 Thread Philippe Mathieu-Daudé
On 24/2/23 00:27, Richard Henderson wrote: On 2/23/23 13:22, Philippe Mathieu-Daudé wrote: On 24/2/23 00:01, Richard Henderson wrote: On 2/22/23 01:01, Alex Bennée wrote: This is a mandatory feature for Armv8.1 architectures but we don't state the feature clearly in our emulation list. While

Re: [RFC PATCH] target/arm: properly document FEAT_CRC32

2023-02-24 Thread Peter Maydell
On Thu, 23 Feb 2023 at 23:01, Richard Henderson wrote: > > On 2/22/23 01:01, Alex Bennée wrote: > > This is a mandatory feature for Armv8.1 architectures but we don't > > state the feature clearly in our emulation list. While checking verify > > our cortex-a76 model matches up with the current

Re: [RFC PATCH] target/arm: properly document FEAT_CRC32

2023-02-23 Thread Richard Henderson
On 2/23/23 13:22, Philippe Mathieu-Daudé wrote: On 24/2/23 00:01, Richard Henderson wrote: On 2/22/23 01:01, Alex Bennée wrote: This is a mandatory feature for Armv8.1 architectures but we don't state the feature clearly in our emulation list. While checking verify our cortex-a76 model matches

Re: [RFC PATCH] target/arm: properly document FEAT_CRC32

2023-02-23 Thread Philippe Mathieu-Daudé
On 24/2/23 00:01, Richard Henderson wrote: On 2/22/23 01:01, Alex Bennée wrote: This is a mandatory feature for Armv8.1 architectures but we don't state the feature clearly in our emulation list. While checking verify our cortex-a76 model matches up with the current TRM by breaking out the long

Re: [RFC PATCH] target/arm: properly document FEAT_CRC32

2023-02-23 Thread Richard Henderson
On 2/22/23 01:01, Alex Bennée wrote: This is a mandatory feature for Armv8.1 architectures but we don't state the feature clearly in our emulation list. While checking verify our cortex-a76 model matches up with the current TRM by breaking out the long form isar into a more modern readable

Re: [RFC PATCH] target/arm: properly document FEAT_CRC32

2023-02-22 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 22/2/23 12:01, Alex Bennée wrote: >> This is a mandatory feature for Armv8.1 architectures but we don't >> state the feature clearly in our emulation list. > > Split in 2 patches? Its all pretty much a NOP aside from the comments. I split the isar code just

Re: [RFC PATCH] target/arm: properly document FEAT_CRC32

2023-02-22 Thread Philippe Mathieu-Daudé
On 22/2/23 12:01, Alex Bennée wrote: This is a mandatory feature for Armv8.1 architectures but we don't state the feature clearly in our emulation list. Split in 2 patches? Reviewed-by: Philippe Mathieu-Daudé While checking verify our cortex-a76 model matches up with the current TRM by

[RFC PATCH] target/arm: properly document FEAT_CRC32

2023-02-22 Thread Alex Bennée
This is a mandatory feature for Armv8.1 architectures but we don't state the feature clearly in our emulation list. While checking verify our cortex-a76 model matches up with the current TRM by breaking out the long form isar into a more modern readable FIELD_DP code. Signed-off-by: Alex Bennée