]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/arm/include/asm/kvm_host.h
KVM: arm: Add 32bit get/set events support
[linux.git] / arch / arm / include / asm / kvm_host.h
index 1f1fe4109b026690ab80ca0d3e31355f77e78f04..79906cecb091e4fbf8dafb850d9d4b7ea19c3c41 100644 (file)
@@ -216,6 +216,11 @@ int kvm_arm_get_reg(struct kvm_vcpu *vcpu, const struct kvm_one_reg *reg);
 int kvm_arm_set_reg(struct kvm_vcpu *vcpu, const struct kvm_one_reg *reg);
 unsigned long kvm_call_hyp(void *hypfn, ...);
 void force_vm_exit(const cpumask_t *mask);
+int __kvm_arm_vcpu_get_events(struct kvm_vcpu *vcpu,
+                             struct kvm_vcpu_events *events);
+
+int __kvm_arm_vcpu_set_events(struct kvm_vcpu *vcpu,
+                             struct kvm_vcpu_events *events);
 
 #define KVM_ARCH_WANT_MMU_NOTIFIER
 int kvm_unmap_hva(struct kvm *kvm, unsigned long hva);