Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106930774
D37272.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
821 B
Referenced Files
None
Subscribers
None
D37272.diff
View Options
diff --git a/sys/amd64/vmm/intel/vmx.c b/sys/amd64/vmm/intel/vmx.c
--- a/sys/amd64/vmm/intel/vmx.c
+++ b/sys/amd64/vmm/intel/vmx.c
@@ -1226,28 +1226,22 @@
static __inline void
vmx_run_trace(struct vmx_vcpu *vcpu)
{
-#ifdef KTR
VMX_CTR1(vcpu, "Resume execution at %#lx", vmcs_guest_rip());
-#endif
}
static __inline void
vmx_exit_trace(struct vmx_vcpu *vcpu, uint64_t rip, uint32_t exit_reason,
int handled)
{
-#ifdef KTR
VMX_CTR3(vcpu, "%s %s vmexit at 0x%0lx",
handled ? "handled" : "unhandled",
exit_reason_to_str(exit_reason), rip);
-#endif
}
static __inline void
vmx_astpending_trace(struct vmx_vcpu *vcpu, uint64_t rip)
{
-#ifdef KTR
VMX_CTR1(vcpu, "astpending vmexit at 0x%0lx", rip);
-#endif
}
static VMM_STAT_INTEL(VCPU_INVVPID_SAVED, "Number of vpid invalidations saved");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 8, 3:47 PM (1 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15723739
Default Alt Text
D37272.diff (821 B)
Attached To
Mode
D37272: vmm: Trim some pointless #ifdef KTR.
Attached
Detach File
Event Timeline
Log In to Comment