X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest_mem.h;h=6077fde4ada708313be62a225e16f2a6131b9864;hb=5a354421360c38d0f4d90f03c25296b2b35eec0e;hp=b4a8c988a35d08c8e7815313b9f0f9976c8f0f09;hpb=e70e95962c26832628d586e07f9cd1a2e1852d72;p=palacios.git diff --git a/palacios/include/palacios/vm_guest_mem.h b/palacios/include/palacios/vm_guest_mem.h index b4a8c98..6077fde 100644 --- a/palacios/include/palacios/vm_guest_mem.h +++ b/palacios/include/palacios/vm_guest_mem.h @@ -105,9 +105,9 @@ 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); +int read_guest_va_memory(struct guest_info * guest_info, addr_t guest_va, int count, uchar_t * dest); +int read_guest_pa_memory(struct guest_info * guest_info, addr_t guest_pa, int count, uchar_t * dest); +int write_guest_pa_memory(struct guest_info * guest_info, addr_t guest_pa, int count, uchar_t * src); // TODO int write_guest_va_memory(struct guest_info * guest_info, addr_t guest_va, int count, char * src);