X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fsvm.h;h=3854220c56dc3d1839f5b65881d2d7fb45a2c02c;hp=5ebed66dc0f2c9243c428b59d922d70f538feeca;hb=701de97007c8b6776998eeab78469a4304f6b871;hpb=b4963a8a43ca9103946f926e062e609e4498c2e2 diff --git a/palacios/include/geekos/svm.h b/palacios/include/geekos/svm.h index 5ebed66..3854220 100644 --- a/palacios/include/geekos/svm.h +++ b/palacios/include/geekos/svm.h @@ -221,7 +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(); +int handle_svm_exit(struct VMM_GPRs gprs); #endif