]> git.ipfire.org Git - thirdparty/qemu.git/commit
qemu: Introduce target_cpu_type()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 17 Apr 2025 15:59:35 +0000 (17:59 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 25 Apr 2025 15:09:58 +0000 (17:09 +0200)
commit2b7ae6e0f645f3c3676152f3aa7b8c50a091c486
treec25d7b481da1b7597e9f619dbfc0239c9ef1f785
parent0c9d76f519c0f67506d276c0ee5637bac0b40121
qemu: Introduce target_cpu_type()

Introduce the target_cpu_type() helper to access the
CPU_RESOLVING_TYPE target-specific definition from
target-agnostic code.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20250417165430.58213-2-philmd@linaro.org>
MAINTAINERS
include/qemu/target-info.h [new file with mode: 0644]
meson.build
target-info-stub.c [new file with mode: 0644]