X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fsvm.h;h=3854220c56dc3d1839f5b65881d2d7fb45a2c02c;hb=701de97007c8b6776998eeab78469a4304f6b871;hp=32d79c6390991810e5b39f066b76aebf1a897b53;hpb=2e05f3b8f738466246add183c55bcb17abf33ec9;p=palacios-OLD.git diff --git a/palacios/include/geekos/svm.h b/palacios/include/geekos/svm.h index 32d79c6..3854220 100644 --- a/palacios/include/geekos/svm.h +++ b/palacios/include/geekos/svm.h @@ -211,7 +211,7 @@ -void Init_SVM(); +void Init_SVM(struct vmm_ctrl_ops * vmm_ops); int is_svm_capable(); @@ -221,4 +221,7 @@ void Init_VMCB(vmcb_t * vmcb, guest_info_t vm_info); int init_svm_guest(struct guest_info *info); int start_svm_guest(struct guest_info * info); +int handle_svm_exit(struct VMM_GPRs gprs); + + #endif