On 09/11/20 18:27, Claudio Fontana wrote:
|softmmu/vl.c | 2 +- target/i386/accel/hvf/hvf-cpu-type.c | 78 +++++
target/i386/accel/hvf/meson.build | 1 +
target/i386/accel/kvm/kvm-cpu-type.c | 161 ++++++++++
target/i386/accel/kvm/kvm-cpu-type.h | 41 +++
target/i386/accel/kvm/kvm.c | 3 +- target/i386/accel/kvm/meson.build | 7
+- target/i386/accel/tcg/meson.build | 3 +-
target/i386/accel/tcg/tcg-cpu-type.c | 176 +++++++++++
target/i386/accel/tcg/tcg-cpu-type.h | 25 ++|
Name the files just cpu.c/cpu.h?
(As an aside, I would skip the accel/ directory for the sake of
conciseness).
Paolo