Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


added memory conversions and copies for the guest/host contexts
[palacios.git] / palacios / include / geekos / svm_handler.h
index e52222a..b09ac60 100644 (file)
@@ -186,9 +186,9 @@ struct svm_io_info {
 };
 
 
-int handle_svm_io(guest_info_t * info);
-int handle_shadow_paging(guest_info_t * info);
+int handle_svm_io(struct guest_info * info);
+int handle_shadow_paging(struct guest_info * info);
 
-int handle_svm_exit(guest_info_t * info);
+int handle_svm_exit(struct guest_info * info);
 
 #endif