X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fsvm_io.h;h=f0c34635ebcb36a9e8853598412a0670fc6b7a83;hp=03ce5768dd370d2de7b4d40b07e81b9dae9abd46;hb=4290e5f20a4ea5e5f32cb8228ac4d7446dc1021b;hpb=cd012ba87f57c1c694038f1a17f249f90f9a2be8 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__