On 4/21/20 6:19 AM, Philippe Mathieu-Daudé wrote:
A KVM-only build won't be able to run TCG cpus.
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
This patch review is funnier using:
'git-diff --color-moved=dimmed-zebra'
---
target/arm/cpu.c | 634 -------------------------------------
target/arm/cpu_tcg.c | 663 +++++++++++++++++++++++++++++++++++++++
target/arm/Makefile.objs | 1 +
3 files changed, 664 insertions(+), 634 deletions(-)
create mode 100644 target/arm/cpu_tcg.c
Reviewed-by: Richard Henderson <address@hidden>