]> git.proxmox.com Git - mirror_qemu.git/commit
exec: Rename cpu.c -> cpu-target.c
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 14 Sep 2023 18:57:12 +0000 (20:57 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Oct 2023 18:03:54 +0000 (11:03 -0700)
commitfe0007f3c1d7254ef738c36997ef7dbd4e5e36b3
tree9dcb943b3975f2b4190d0f52ff9b596dcaecdb58
parente8b845b9b1a172c367bb77e16498664290736ad6
exec: Rename cpu.c -> cpu-target.c

We have exec/cpu code split in 2 files for target agnostic
("common") and specific. Rename 'cpu.c' which is target
specific using the '-target' suffix. Update MAINTAINERS.
Remove the 's from 'cpus-common.c' to match the API cpu_foo()
functions.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20230914185718.76241-7-philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
MAINTAINERS
cpu-common.c [new file with mode: 0644]
cpu-target.c [new file with mode: 0644]
cpu.c [deleted file]
cpus-common.c [deleted file]
meson.build