X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvm_guest.h;h=1a5f186ba8d7ab0a1b58b663d1de3b6be1e28d40;hb=6c28cc8753bb0e1b17b5c6c2ee296eb60e09079c;hp=b295bfc47205c40f3f6b243031c06b94099ecd68;hpb=526ffdd06c1afb982d0d9831b99f337b6a094960;p=palacios.git diff --git a/palacios/include/palacios/vm_guest.h b/palacios/include/palacios/vm_guest.h index b295bfc..1a5f186 100644 --- a/palacios/include/palacios/vm_guest.h +++ b/palacios/include/palacios/vm_guest.h @@ -101,7 +101,7 @@ struct guest_info { // This structure is how we get interrupts for the guest struct vm_intr intr_state; - vmm_io_map_t io_map; + struct vmm_io_map io_map; // device_map struct vmm_dev_mgr dev_mgr; @@ -122,9 +122,9 @@ struct guest_info { }; -void PrintV3Segments(struct v3_segments * segs); -void PrintV3CtrlRegs(struct v3_ctrl_regs * regs); - +void PrintV3Segments(struct guest_info * info); +void PrintV3CtrlRegs(struct guest_info * info); +void PrintV3GPRs(struct guest_info * info); #endif