Re: [PATCH] target/riscv: Fix position of 'experimental' comment

2022-01-06 Thread Alistair Francis
On Fri, Jan 7, 2022 at 12:30 AM Philipp Tomsich wrote: > > When commit 0643c12e4b dropped the 'x-' prefix for Zb[abcs] and set > them to be enabled by default, the comment about experimental > extensions was kept in place above them. This moves it down a few > lines to only cover experimental ext

Re: [PATCH] target/riscv: Fix position of 'experimental' comment

2022-01-06 Thread Alistair Francis
On Fri, Jan 7, 2022 at 12:30 AM Philipp Tomsich wrote: > > When commit 0643c12e4b dropped the 'x-' prefix for Zb[abcs] and set > them to be enabled by default, the comment about experimental > extensions was kept in place above them. This moves it down a few > lines to only cover experimental ext

Re: [PATCH] target/riscv: Fix position of 'experimental' comment

2022-01-06 Thread Philippe Mathieu-Daudé
Cc'ing qemu-trivial@ On 6/1/22 14:40, Philipp Tomsich wrote: When commit 0643c12e4b dropped the 'x-' prefix for Zb[abcs] and set them to be enabled by default, the comment about experimental extensions was kept in place above them. This moves it down a few lines to only cover experimental exten

Re: [PATCH] target/riscv: Fix position of 'experimental' comment

2022-01-06 Thread Bin Meng
On Thu, Jan 6, 2022 at 10:29 PM Philipp Tomsich wrote: > > When commit 0643c12e4b dropped the 'x-' prefix for Zb[abcs] and set > them to be enabled by default, the comment about experimental > extensions was kept in place above them. This moves it down a few > lines to only cover experimental ext

[PATCH] target/riscv: Fix position of 'experimental' comment

2022-01-06 Thread Philipp Tomsich
When commit 0643c12e4b dropped the 'x-' prefix for Zb[abcs] and set them to be enabled by default, the comment about experimental extensions was kept in place above them. This moves it down a few lines to only cover experimental extensions. References: 0643c12e4b ("target/riscv: Enable bitmanip Z