Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
target/arm: Restrict KVM-specific fields from ArchCPU
These fields shouldn't be accessed when KVM is not available.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230405160454.97436-8-philmd@linaro.org>
  • Loading branch information
philmd committed Jun 28, 2023
1 parent 9452256 commit cf43b5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions target/arm/cpu.h
Expand Up @@ -961,6 +961,7 @@ struct ArchCPU {
*/
uint32_t kvm_target;

#ifdef CONFIG_KVM
/* KVM init features for this CPU */
uint32_t kvm_init_features[7];

Expand All @@ -973,6 +974,7 @@ struct ArchCPU {

/* KVM steal time */
OnOffAuto kvm_steal_time;
#endif /* CONFIG_KVM */

/* Uniprocessor system with MP extensions */
bool mp_is_up;
Expand Down

0 comments on commit cf43b5b

Please sign in to comment.