Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F173129558
D59840.id187404.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
395 B
Referenced Files
None
Subscribers
None
D59840.id187404.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
Thu, Sep 24, 7:45 PM (12 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39475250
Default Alt Text
D59840.id187404.diff (395 B)
Attached To
Mode
D59840: vmm: Suspend the VM on a hardware triple fault
Attached
Detach File
Event Timeline
Log In to Comment