Marc Zyngier <maz@xxxxxxxxxx> writes:
diff --git a/include/kvm/arm_arch_timer.h b/include/kvm/arm_arch_timer.h index 62ef4883e644..e76e513b90c5 100644 --- a/include/kvm/arm_arch_timer.h +++ b/include/kvm/arm_arch_timer.h @@ -29,6 +29,11 @@ struct arch_timer_offset { * structure. If NULL, assume a zero offset. */ u64 *vm_offset; + /* + * If set, pointer to one of the offsets in the vcpu's sysreg + * array. If NULL, assume a zero offset. + */ + u64 *vcpu_offset; };
struct arch_timer_vm_offsets { -- 2.34.1
This pointer isn't initialized until next commit and this commit is small so I think it should be merged with the next one.