X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fsvm_io.h;h=f363a59b6f9d8d522f63eb8b5a7c1b4616916e24;hb=b69ebe0340a6d0256c5e44a156baaf5a2e42f5ae;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..f363a59 100644 --- a/palacios/include/palacios/svm_io.h +++ b/palacios/include/palacios/svm_io.h @@ -43,12 +43,12 @@ struct svm_io_info { } __attribute__((packed)); -int v3_init_svm_io_map(struct guest_info * info); +int v3_init_svm_io_map(struct v3_vm_info * vm); -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__