X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fsvm_handler.h;h=e52222ad4e866ec4e6df8a2694744c0a9d3b63e3;hb=7acd54f8c3b30d118d56186a9c6506f21f85096d;hp=0afbe642f45c5cf2f61c0b09c240ca5830581fa1;hpb=158640d601f6c710cfce7bc4a6bd8f7e7847b7a3;p=palacios.git diff --git a/palacios/include/geekos/svm_handler.h b/palacios/include/geekos/svm_handler.h index 0afbe64..e52222a 100644 --- a/palacios/include/geekos/svm_handler.h +++ b/palacios/include/geekos/svm_handler.h @@ -187,6 +187,7 @@ struct svm_io_info { int handle_svm_io(guest_info_t * info); +int handle_shadow_paging(guest_info_t * info); int handle_svm_exit(guest_info_t * info);