On 21/4/25 17:56, Richard Henderson wrote:
On 4/18/25 10:28, Philippe Mathieu-Daudé wrote:
include/hw/core/cpu.h | 2 --
include/qemu/target_info-impl.h | 23 +++++++++++++++++++++++
include/qemu/target_info.h | 19 +++++++++++++++++++
cpu-target.c | 5 -----
hw/core/machine-qmp-cmds.c | 1 +
plugins/loader.c | 2 +-
system/vl.c | 2 +-
target_info-stub.c | 19 +++++++++++++++++++
target_info.c | 16 ++++++++++++++++
Can we not mix and match _ and - in file names?
It's weird.
Eh style is a matter of taste :)
Since meson converts '/' -> '_', maybe use '-'?
If so, we mention our preference in docs/devel/style.rst.