X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fvmcs.h;h=b6d702788e48bf8ade9ee775d9cee61a6a064084;hp=30af389405649d79b124fb34e8c8934ee773174b;hb=01e2bfdc462dbbe8d62b71c7e99e198c27844f0f;hpb=72a450936e2da159d5febe1e96475493badd9070 diff --git a/palacios/include/geekos/vmcs.h b/palacios/include/geekos/vmcs.h index 30af389..b6d7027 100644 --- a/palacios/include/geekos/vmcs.h +++ b/palacios/include/geekos/vmcs.h @@ -560,15 +560,15 @@ struct VMXRegs { uint_t eax; }; -void SerialPrint_VMX_Regs(struct VMXRegs *regs); -void SerialPrint_VMCSData(struct VMCSData * vmcs); -void SerialPrint_VMCSGuestStateArea(struct VMCSGuestStateArea * guestState); -void SerialPrint_VMCSHostStateArea(struct VMCSHostStateArea * hostState); -void SerialPrint_VMCSExecCtrlFields(struct VMCSExecCtrlFields * execCtrls); -void SerialPrint_VMCSExitCtrlFields(struct VMCSExitCtrlFields * exitCtrls); -void SerialPrint_VMCSEntryCtrlFields(struct VMCSEntryCtrlFields * entryCtrls); -void SerialPrint_VMCSExitInfoFields(struct VMCSExitInfoFields * exitInfo); -void SerialPrint_VMCSSegment(char * segname, struct VMCSSegment * seg, int abbr); +void PrintTrace_VMX_Regs(struct VMXRegs *regs); +void PrintTrace_VMCSData(struct VMCSData * vmcs); +void PrintTrace_VMCSGuestStateArea(struct VMCSGuestStateArea * guestState); +void PrintTrace_VMCSHostStateArea(struct VMCSHostStateArea * hostState); +void PrintTrace_VMCSExecCtrlFields(struct VMCSExecCtrlFields * execCtrls); +void PrintTrace_VMCSExitCtrlFields(struct VMCSExitCtrlFields * exitCtrls); +void PrintTrace_VMCSEntryCtrlFields(struct VMCSEntryCtrlFields * entryCtrls); +void PrintTrace_VMCSExitInfoFields(struct VMCSExitInfoFields * exitInfo); +void PrintTrace_VMCSSegment(char * segname, struct VMCSSegment * seg, int abbr); VMCS * CreateVMCS(); extern uint_t VMCS_WRITE(); @@ -577,10 +577,6 @@ extern uint_t VMCS_READ(); //uint_t VMCSRead(uint_t tag, void * val); - - - -#include #include #endif