X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fsvm.h;h=5ebed66dc0f2c9243c428b59d922d70f538feeca;hp=ed2aae0b5419d8419974550491ea8985f4dbb2de;hb=b4963a8a43ca9103946f926e062e609e4498c2e2;hpb=7cb3bd8e4ed31b20163a79f2dd413ef45583dee7 diff --git a/palacios/include/geekos/svm.h b/palacios/include/geekos/svm.h index ed2aae0..5ebed66 100644 --- a/palacios/include/geekos/svm.h +++ b/palacios/include/geekos/svm.h @@ -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(); + + #endif