X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=1f0293f6d8c277f8e970e16acf6e176a658dea5e;hp=63decc2765aae3e98c13775f3fb0d07266bf72f3;hb=29e825c5f095066bbb5ebbec5a5af1419d883264;hpb=6d57b915c82345c4dfb1897209f4778b4548bc31 diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index 63decc2..1f0293f 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -138,7 +138,7 @@ struct guest_info { // This structure is how we get exceptions for the guest struct v3_excp_state excp_state; - v3_io_map_t io_map; + struct v3_io_map io_map; struct v3_msr_map msr_map;