Re: [PATCH v3] target/riscv: mcountinhibit, mcounteren, scounteren, hcounteren is 32-bit

2024-02-01 Thread Alistair Francis
On Wed, Jan 31, 2024 at 10:37 PM Vadim Shakirov wrote: > > mcountinhibit, mcounteren, scounteren and hcounteren must always be 32-bit > by privileged spec > > Signed-off-by: Vadim Shakirov Do you mind rebasing this on https://github.com/alistair23/qemu/tree/riscv-to-apply.next ? Alistair >

Re: [PATCH v3] target/riscv: mcountinhibit, mcounteren, scounteren, hcounteren is 32-bit

2024-02-01 Thread Alistair Francis
On Wed, Jan 31, 2024 at 10:37 PM Vadim Shakirov wrote: > > mcountinhibit, mcounteren, scounteren and hcounteren must always be 32-bit > by privileged spec > > Signed-off-by: Vadim Shakirov Reviewed-by: Alistair Francis Alistair > --- > target/riscv/cpu.h | 8 >

Re: [PATCH v3] target/riscv: mcountinhibit, mcounteren, scounteren, hcounteren is 32-bit

2024-01-31 Thread Andrew Jones
On Wed, Jan 31, 2024 at 03:36:24PM +0300, Vadim Shakirov wrote: > mcountinhibit, mcounteren, scounteren and hcounteren must always be 32-bit > by privileged spec > > Signed-off-by: Vadim Shakirov > --- > target/riscv/cpu.h | 8 > target/riscv/machine.c | 16 > 2

[PATCH v3] target/riscv: mcountinhibit, mcounteren, scounteren, hcounteren is 32-bit

2024-01-31 Thread Vadim Shakirov
mcountinhibit, mcounteren, scounteren and hcounteren must always be 32-bit by privileged spec Signed-off-by: Vadim Shakirov --- target/riscv/cpu.h | 8 target/riscv/machine.c | 16 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/target/riscv/cpu.h