diff options
Diffstat (limited to 'include/kvm')
-rw-r--r-- | include/kvm/arm_arch_timer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/kvm/arm_arch_timer.h b/include/kvm/arm_arch_timer.h index 68cb9e1dfb81..6d9aeddc09bf 100644 --- a/include/kvm/arm_arch_timer.h +++ b/include/kvm/arm_arch_timer.h | |||
@@ -61,6 +61,8 @@ struct arch_timer_cpu { | |||
61 | #ifdef CONFIG_KVM_ARM_TIMER | 61 | #ifdef CONFIG_KVM_ARM_TIMER |
62 | int kvm_timer_hyp_init(void); | 62 | int kvm_timer_hyp_init(void); |
63 | int kvm_timer_init(struct kvm *kvm); | 63 | int kvm_timer_init(struct kvm *kvm); |
64 | void kvm_timer_vcpu_reset(struct kvm_vcpu *vcpu, | ||
65 | const struct kvm_irq_level *irq); | ||
64 | void kvm_timer_vcpu_init(struct kvm_vcpu *vcpu); | 66 | void kvm_timer_vcpu_init(struct kvm_vcpu *vcpu); |
65 | void kvm_timer_flush_hwstate(struct kvm_vcpu *vcpu); | 67 | void kvm_timer_flush_hwstate(struct kvm_vcpu *vcpu); |
66 | void kvm_timer_sync_hwstate(struct kvm_vcpu *vcpu); | 68 | void kvm_timer_sync_hwstate(struct kvm_vcpu *vcpu); |
@@ -76,6 +78,8 @@ static inline int kvm_timer_init(struct kvm *kvm) | |||
76 | return 0; | 78 | return 0; |
77 | } | 79 | } |
78 | 80 | ||
81 | static inline void kvm_timer_vcpu_reset(struct kvm_vcpu *vcpu, | ||
82 | const struct kvm_irq_level *irq) {} | ||
79 | static inline void kvm_timer_vcpu_init(struct kvm_vcpu *vcpu) {} | 83 | static inline void kvm_timer_vcpu_init(struct kvm_vcpu *vcpu) {} |
80 | static inline void kvm_timer_flush_hwstate(struct kvm_vcpu *vcpu) {} | 84 | static inline void kvm_timer_flush_hwstate(struct kvm_vcpu *vcpu) {} |
81 | static inline void kvm_timer_sync_hwstate(struct kvm_vcpu *vcpu) {} | 85 | static inline void kvm_timer_sync_hwstate(struct kvm_vcpu *vcpu) {} |