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.


working on x86 instruction decoding support
[palacios.git] / palacios / include / geekos / vm_guest_mem.h
index f738736..24dbca8 100644 (file)
@@ -85,7 +85,8 @@ int host_va_to_guest_va(struct guest_info * guest_info, addr_t host_va, addr_t
 
 int read_guest_va_memory(struct guest_info * guest_info, addr_t guest_va, int count, char * dest);
 int read_guest_pa_memory(struct guest_info * guest_info, addr_t guest_pa, int count, char * dest);
-
+int write_guest_pa_memory(struct guest_info * guest_info, addr_t guest_pa, int count, char * src);
+// TODO int write_guest_va_memory(struct guest_info * guest_info, addr_t guest_va, int count, char * src);