Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107030753
D38476.id116906.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
688 B
Referenced Files
None
Subscribers
None
D38476.id116906.diff
View Options
diff --git a/sys/amd64/vmm/amd/svm.c b/sys/amd64/vmm/amd/svm.c
--- a/sys/amd64/vmm/amd/svm.c
+++ b/sys/amd64/vmm/amd/svm.c
@@ -2418,9 +2418,6 @@
static int
svm_snapshot(void *vmi, struct vm_snapshot_meta *meta)
{
- if (meta->op == VM_SNAPSHOT_RESTORE)
- flush_by_asid();
-
return (0);
}
diff --git a/usr.sbin/bhyve/snapshot.c b/usr.sbin/bhyve/snapshot.c
--- a/usr.sbin/bhyve/snapshot.c
+++ b/usr.sbin/bhyve/snapshot.c
@@ -155,7 +155,6 @@
static const struct vm_snapshot_kern_info snapshot_kern_structs[] = {
{ "vhpet", STRUCT_VHPET },
{ "vm", STRUCT_VM },
- { "vmx", STRUCT_VMX },
{ "vioapic", STRUCT_VIOAPIC },
{ "vlapic", STRUCT_VLAPIC },
{ "vmcx", STRUCT_VMCX },
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 10, 5:47 AM (10 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15739450
Default Alt Text
D38476.id116906.diff (688 B)
Attached To
Mode
D38476: bhyve: Resume is broken after 39ec056e6dbd 'vmm: Rework snapshotting ...'
Attached
Detach File
Event Timeline
Log In to Comment