Page MenuHomeFreeBSD

D38476.id116906.diff
No OneTemporary

D38476.id116906.diff

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

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)

Event Timeline