]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm/hvf: Add KVMID_TO_HVF, HVF_TO_KVMID
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 16 Sep 2025 14:22:06 +0000 (07:22 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 25 Sep 2025 14:42:34 +0000 (15:42 +0100)
commit7d4d89a437790952c43ccd1ed7970d4d5ac6e37c
treeddb7e6b42dee7783a5ef9051798ae58538903d72
parent8da60618b6d2ee7cdd73d58e9f0b670c021a6bd0
target/arm/hvf: Add KVMID_TO_HVF, HVF_TO_KVMID

Conversion between KVM system registers ids and the HVF system
register ids is trivial.

Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/hvf/hvf.c