Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F172633261
D59840.id187215.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
396 B
Referenced Files
None
Subscribers
None
D59840.id187215.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
@@ -2473,6 +2473,10 @@
}
switch (reason) {
+ case EXIT_REASON_TRIPLE_FAULT:
+ (void) vm_suspend(vmx->vm, VM_SUSPEND_TRIPLEFAULT);
+ handled = HANDLED;
+ break;
case EXIT_REASON_TASK_SWITCH:
ts = &vmexit->u.task_switch;
ts->tsssel = qual & 0xffff;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Sep 20, 8:34 PM (13 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39298708
Default Alt Text
D59840.id187215.diff (396 B)
Attached To
Mode
D59840: vmm: Suspend the VM on a hardware triple fault
Attached
Detach File
Event Timeline
Log In to Comment