X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmcs.h;h=d0cc8675229d21dd2e80bfef2a034660f02b37df;hb=1bafb4aec89c2c611117ec6ccc17d0f22f392254;hp=994e1f23792c5cee3a26573fd9e291d74ea1a45c;hpb=bb96a58c91406a06af87c21d76d1f08872667ea5;p=palacios.git diff --git a/palacios/include/palacios/vmcs.h b/palacios/include/palacios/vmcs.h index 994e1f2..d0cc867 100644 --- a/palacios/include/palacios/vmcs.h +++ b/palacios/include/palacios/vmcs.h @@ -202,8 +202,8 @@ typedef enum { } vmcs_field_t; int v3_vmcs_get_field_len(vmcs_field_t field); -const char * v3_vmcs_get_field_name(vmcs_field_t field); - +const char* v3_vmcs_field_to_str(vmcs_field_t field); +void v3_print_vmcs_guest_state(); /* VMCS Exit QUALIFICATIONs */ @@ -289,7 +289,7 @@ struct vmcs_segment_access { uint32_t rsvd1 : 4; uint32_t avail : 1; uint32_t long_mode : 1; // CS only (64 bit active), reserved otherwise - uint32_t DB : 1; + uint32_t db : 1; uint32_t granularity : 1; uint32_t unusable : 1; uint32_t rsvd2 : 15;