]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/cpu: Mark arm11 and realview mpcore as target-independent code
authorThomas Huth <thuth@redhat.com>
Thu, 12 Jan 2023 13:49:26 +0000 (14:49 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 16 Jan 2023 16:51:20 +0000 (17:51 +0100)
commitfb73eec46bdbfad0977b9a46f102a53e9083599c
treebaf8b1b00ed6144c2cc37936423ebc593e76ef7c
parentfbdefc85df6db6a15c57733317fd7f7b87d152da
hw/cpu: Mark arm11 and realview mpcore as target-independent code

Seems like there is nothing target-specific in here, so these files
can be moved to softmmu_ss to avoid that they get compiled twice
(once for qemu-system-arm and once for qemu-system-aarch64).

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230112134928.1026006-6-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/cpu/meson.build