KVM: SVM: Support string IO operations for an SEV-ES guest
[linux-2.6-microblaze.git] / arch / x86 / kvm / svm / svm.h
index 9019ad6..b3f03de 100644 (file)
@@ -573,5 +573,6 @@ void __init sev_hardware_setup(void);
 void sev_hardware_teardown(void);
 void sev_free_vcpu(struct kvm_vcpu *vcpu);
 int sev_handle_vmgexit(struct vcpu_svm *svm);
+int sev_es_string_io(struct vcpu_svm *svm, int size, unsigned int port, int in);
 
 #endif