X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fsvm_io.h;h=f0c34635ebcb36a9e8853598412a0670fc6b7a83;hb=5bf6d0c260240e314876a2fca8e3fd56bd6a1029;hp=03ce5768dd370d2de7b4d40b07e81b9dae9abd46;hpb=11b293c8f2068939809a1bc5ebe78abc7052f07f;p=palacios.git diff --git a/palacios/include/palacios/svm_io.h b/palacios/include/palacios/svm_io.h index 03ce576..f0c3463 100644 --- a/palacios/include/palacios/svm_io.h +++ b/palacios/include/palacios/svm_io.h @@ -45,10 +45,10 @@ struct svm_io_info { int v3_init_svm_io_map(struct guest_info * info); -int v3_handle_svm_io_in(struct guest_info * info); -int v3_handle_svm_io_ins(struct guest_info * info); -int v3_handle_svm_io_out(struct guest_info * info); -int v3_handle_svm_io_outs(struct guest_info * info); +int v3_handle_svm_io_in(struct guest_info * info, struct svm_io_info * io_info); +int v3_handle_svm_io_ins(struct guest_info * info, struct svm_io_info * io_info); +int v3_handle_svm_io_out(struct guest_info * info, struct svm_io_info * io_info); +int v3_handle_svm_io_outs(struct guest_info * info, struct svm_io_info * io_info); #endif // !__V3VEE__