X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fvm_guest_mem.h;h=24dbca832f9fede5668509043255bc84131c08e4;hb=b85f79b8030114370851ed3422c078debe630570;hp=f73873658d927025bbfc1184eeed4d52a3bd04ee;hpb=8cb3daaded0d8c80be801aa74493006b5a06999f;p=palacios.releases.git diff --git a/palacios/include/geekos/vm_guest_mem.h b/palacios/include/geekos/vm_guest_mem.h index f738736..24dbca8 100644 --- a/palacios/include/geekos/vm_guest_mem.h +++ b/palacios/include/geekos/vm_guest_mem.h @@ -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);