Skip to content

Commit

Permalink
target/riscv: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h'
Browse files Browse the repository at this point in the history
CPU_RESOLVING_TYPE is a per-target definition, and is
irrelevant for other targets. Move it to "cpu.h".

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: LIU Zhiwei <zhiwei_liu@linux.alibaba.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20231013140116.255-6-philmd@linaro.org>
  • Loading branch information
philmd committed Nov 6, 2023
1 parent ad4711c commit b365bf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion target/riscv/cpu-qom.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

#define RISCV_CPU_TYPE_SUFFIX "-" TYPE_RISCV_CPU
#define RISCV_CPU_TYPE_NAME(name) (name RISCV_CPU_TYPE_SUFFIX)
#define CPU_RESOLVING_TYPE TYPE_RISCV_CPU

#define TYPE_RISCV_CPU_ANY RISCV_CPU_TYPE_NAME("any")
#define TYPE_RISCV_CPU_MAX RISCV_CPU_TYPE_NAME("max")
Expand Down
2 changes: 2 additions & 0 deletions target/riscv/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#include "qapi/qapi-types-common.h"
#include "cpu-qom.h"

#define CPU_RESOLVING_TYPE TYPE_RISCV_CPU

#define TCG_GUEST_DEFAULT_MO 0

/*
Expand Down

0 comments on commit b365bf2

Please sign in to comment.