Re: [PATCH 2/2] riscv: zicond: make default

2023-10-16 Thread Andrew Jones
On Mon, Oct 16, 2023 at 03:39:40PM +1000, Alistair Francis wrote: > On Fri, Aug 11, 2023 at 5:01 PM Andrew Jones wrote: > > > > On Thu, Aug 10, 2023 at 02:07:17PM -0400, Alistair Francis wrote: > > > On Tue, Aug 8, 2023 at 6:10 PM Vineet Gupta wrote: > > > > > > > > > > > > > > > > On 8/8/23 14:0

Re: [PATCH 2/2] riscv: zicond: make default

2023-10-15 Thread Alistair Francis
On Fri, Aug 11, 2023 at 5:01 PM Andrew Jones wrote: > > On Thu, Aug 10, 2023 at 02:07:17PM -0400, Alistair Francis wrote: > > On Tue, Aug 8, 2023 at 6:10 PM Vineet Gupta wrote: > > > > > > > > > > > > On 8/8/23 14:06, Daniel Henrique Barboza wrote: > > > > (CCing Alistair and other reviewers) > >

Re: [PATCH 2/2] riscv: zicond: make default

2023-08-11 Thread Daniel Henrique Barboza
On 8/10/23 15:07, Alistair Francis wrote: On Tue, Aug 8, 2023 at 6:10 PM Vineet Gupta wrote: On 8/8/23 14:06, Daniel Henrique Barboza wrote: (CCing Alistair and other reviewers) On 8/8/23 15:17, Vineet Gupta wrote: Again this helps with better testing and something qemu has been doing

Re: [PATCH 2/2] riscv: zicond: make default

2023-08-11 Thread Andrew Jones
On Thu, Aug 10, 2023 at 02:07:17PM -0400, Alistair Francis wrote: > On Tue, Aug 8, 2023 at 6:10 PM Vineet Gupta wrote: > > > > > > > > On 8/8/23 14:06, Daniel Henrique Barboza wrote: > > > (CCing Alistair and other reviewers) > > > > > > On 8/8/23 15:17, Vineet Gupta wrote: > > >> Again this helps

Re: [PATCH 2/2] riscv: zicond: make default

2023-08-10 Thread Alistair Francis
On Tue, Aug 8, 2023 at 6:10 PM Vineet Gupta wrote: > > > > On 8/8/23 14:06, Daniel Henrique Barboza wrote: > > (CCing Alistair and other reviewers) > > > > On 8/8/23 15:17, Vineet Gupta wrote: > >> Again this helps with better testing and something qemu has been doing > >> with newer features anyw

Re: [PATCH 2/2] riscv: zicond: make default

2023-08-08 Thread Vineet Gupta
On 8/8/23 14:06, Daniel Henrique Barboza wrote: (CCing Alistair and other reviewers) On 8/8/23 15:17, Vineet Gupta wrote: Again this helps with better testing and something qemu has been doing with newer features anyways. Signed-off-by: Vineet Gupta --- Even if we can reach a consensus a

Re: [PATCH 2/2] riscv: zicond: make default

2023-08-08 Thread Daniel Henrique Barboza
(CCing Alistair and other reviewers) On 8/8/23 15:17, Vineet Gupta wrote: Again this helps with better testing and something qemu has been doing with newer features anyways. Signed-off-by: Vineet Gupta --- Even if we can reach a consensus about removing the experimental (x- prefix) status f

[PATCH 2/2] riscv: zicond: make default

2023-08-08 Thread Vineet Gupta
Again this helps with better testing and something qemu has been doing with newer features anyways. Signed-off-by: Vineet Gupta --- target/riscv/cpu.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c index 022bd9d01223..e6e28414b223 1