X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=8b2104e5dd0b3dfb259e65cf78f378114cb38be7;hb=97cd5fe64c098b917e5519d30fd54c4b4e338b1c;hp=d7fcdebea278baa1e5022f536697b0beef62ae30;hpb=f2c389745faae8bbd6e16b60baa59c01e735949f;p=palacios.git diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index d7fcdeb..8b2104e 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -149,6 +149,7 @@ struct guest_info { v3_vm_cpu_mode_t cpu_mode; v3_vm_mem_mode_t mem_mode; + uint_t addr_width; struct v3_gprs vm_regs; @@ -183,6 +184,7 @@ struct guest_info { }; +uint_t v3_get_addr_width(struct guest_info * info); v3_vm_cpu_mode_t v3_get_cpu_mode(struct guest_info * info); v3_vm_mem_mode_t v3_get_mem_mode(struct guest_info * info);