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.


changed the symbiotic calling interface to a synchronous model
[palacios.git] / palacios / src / palacios / vmm_sym_swap.c
index 67a245b..24f2869 100644 (file)
@@ -178,6 +178,14 @@ int v3_swap_flush(struct guest_info * info) {
 }
 
 
+int v3_sym_get_addr_info(struct guest_info * info, addr_t vaddr,
+                           int (*cb)(struct guest_info * info)) {
+    return 0;
+
+}
+
+
+
 addr_t v3_get_swapped_pg_addr(struct guest_info * info, pte32_t * shadow_pte, pte32_t * guest_pte) {
     struct list_head * shdw_ptr_list = NULL;
     struct v3_sym_swap_state * swap_state = &(info->swap_state);