commit | 9638cbde6c4f433b157672c0fdee783c10be45fe | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Tue Apr 04 11:15:05 2023 +0200 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Wed Jun 28 14:27:59 2023 +0200 |
tree | 86ec1808b1019729afa4843ec94b80122e5cc025 | |
parent | 0573997713eb0a37ab98b545794e18b868b471ea [diff] |
target/riscv: Restrict KVM-specific fields from ArchCPU These fields shouldn't be accessed when KVM is not available. Restrict the KVM timer migration state. Rename the KVM timer post_load() handler accordingly, because cpu_post_load() is too generic. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com> Message-Id: <20230626232007.8933-3-philmd@linaro.org>