Re: [PATCH v11 16/25] target/riscv: remove CONFIG_TCG, as it is always TCG

2020-12-11 Thread Claudio Fontana
On 12/11/20 5:56 PM, Richard Henderson wrote: > On 12/11/20 2:31 AM, Claudio Fontana wrote: >> for now only TCG is allowed as an accelerator for riscv, >> so remove the CONFIG_TCG use. >> >> Signed-off-by: Claudio Fontana >> Reviewed-by: Alistair Francis >> --- >> target/riscv/cpu.c | 3 +-- >>

Re: [PATCH v11 16/25] target/riscv: remove CONFIG_TCG, as it is always TCG

2020-12-11 Thread Richard Henderson
On 12/11/20 2:31 AM, Claudio Fontana wrote: > for now only TCG is allowed as an accelerator for riscv, > so remove the CONFIG_TCG use. > > Signed-off-by: Claudio Fontana > Reviewed-by: Alistair Francis > --- > target/riscv/cpu.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Aren't

[PATCH v11 16/25] target/riscv: remove CONFIG_TCG, as it is always TCG

2020-12-11 Thread Claudio Fontana
for now only TCG is allowed as an accelerator for riscv, so remove the CONFIG_TCG use. Signed-off-by: Claudio Fontana Reviewed-by: Alistair Francis --- target/riscv/cpu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c index a52e0ce4