qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Claudio Fontana
Subject: [PATCH v12 02/22] target/riscv: remove CONFIG_TCG, as it is always TCG
Date: Tue, 12 Jan 2021 19:02:52 +0100

for now only TCG is allowed as an accelerator for riscv,
so remove the CONFIG_TCG use.

Signed-off-by: Claudio Fontana <cfontana@suse.de>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
---
 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 ca7a031513..229f06b2a3 100644
--- a/target/riscv/cpu.c
+++ b/target/riscv/cpu.c
@@ -592,10 +592,9 @@ static void riscv_cpu_class_init(ObjectClass *c, void 
*data)
     /* For now, mark unmigratable: */
     cc->vmsd = &vmstate_riscv_cpu;
 #endif
-#ifdef CONFIG_TCG
     cc->tcg_ops.initialize = riscv_translate_init;
     cc->tlb_fill = riscv_cpu_tlb_fill;
-#endif
+
     device_class_set_props(dc, riscv_cpu_properties);
 }
 
-- 
2.26.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]