Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152740849
D35447.id106823.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
439 B
Referenced Files
None
Subscribers
None
D35447.id106823.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
@@ -4072,6 +4072,9 @@
KASSERT(vmx != NULL, ("%s: arg was NULL", __func__));
+ SNAPSHOT_BUF_OR_LEAVE(vmx->pir_desc,
+ sizeof (vmx->pir_desc), meta, ret, done);
+
for (i = 0; i < VM_MAXCPU; i++) {
SNAPSHOT_BUF_OR_LEAVE(vmx->guest_msrs[i],
sizeof(vmx->guest_msrs[i]), meta, ret, done);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 17, 8:07 PM (6 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31645646
Default Alt Text
D35447.id106823.diff (439 B)
Attached To
Mode
D35447: vmm: save/restore pir_desc is required for posted-interrupts and VID
Attached
Detach File
Event Timeline
Log In to Comment