|
@@ -354,4 +354,11 @@ static inline void kvm_vcpu_put_sysregs(struct kvm_vcpu *vcpu) {}
|
|
struct kvm *kvm_arch_alloc_vm(void);
|
|
struct kvm *kvm_arch_alloc_vm(void);
|
|
void kvm_arch_free_vm(struct kvm *kvm);
|
|
void kvm_arch_free_vm(struct kvm *kvm);
|
|
|
|
|
|
|
|
+static inline int kvm_arm_config_vm(struct kvm *kvm, unsigned long type)
|
|
|
|
+{
|
|
|
|
+ if (type)
|
|
|
|
+ return -EINVAL;
|
|
|
|
+ return 0;
|
|
|
|
+}
|
|
|
|
+
|
|
#endif /* __ARM_KVM_HOST_H__ */
|
|
#endif /* __ARM_KVM_HOST_H__ */
|