Re: [PATCH v2 5/9] target/riscv: Mark the Hypervisor extension as non experimental

2021-12-19 Thread Bin Meng
On Thu, Dec 16, 2021 at 12:55 PM Alistair Francis wrote: > > From: Alistair Francis > > The Hypervisor spec is now frozen, so remove the experimental tag. > > Signed-off-by: Alistair Francis > --- > target/riscv/cpu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Bin M

Re: [PATCH v2 5/9] target/riscv: Mark the Hypervisor extension as non experimental

2021-12-15 Thread Anup Patel
On Thu, Dec 16, 2021 at 10:27 AM Alistair Francis wrote: > > From: Alistair Francis > > The Hypervisor spec is now frozen, so remove the experimental tag. > > Signed-off-by: Alistair Francis Looks good to me. Reviewed-by: Anup Patel Regards, Anup > --- > target/riscv/cpu.c | 2 +- > 1 file

[PATCH v2 5/9] target/riscv: Mark the Hypervisor extension as non experimental

2021-12-15 Thread Alistair Francis
From: Alistair Francis The Hypervisor spec is now frozen, so remove the experimental tag. Signed-off-by: Alistair Francis --- target/riscv/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c index f812998123..1edb2771b4 100644 --- a