Re: [PATCH v16 02/23] target/riscv: remove CONFIG_TCG, as it is always TCG

2021-02-10 Thread Claudio Fontana
On 2/10/21 1:22 PM, Roman Bolshakov wrote: > On Thu, Feb 04, 2021 at 05:39:10PM +0100, 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 >> Reviewed-by: Alex

Re: [PATCH v16 02/23] target/riscv: remove CONFIG_TCG, as it is always TCG

2021-02-10 Thread Roman Bolshakov
On Thu, Feb 04, 2021 at 05:39:10PM +0100, 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 > Reviewed-by: Alex Bennée > --- > target/riscv/cpu.c | 3 +-- > 1

[PATCH v16 02/23] target/riscv: remove CONFIG_TCG, as it is always TCG

2021-02-04 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 Reviewed-by: Alex Bennée --- target/riscv/cpu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/riscv/cpu.c