Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147848385
D46439.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
363 B
Referenced Files
None
Subscribers
None
D46439.id.diff
View Options
diff --git a/sys/arm64/vmm/vmm_dev.c b/sys/arm64/vmm/vmm_dev.c
--- a/sys/arm64/vmm/vmm_dev.c
+++ b/sys/arm64/vmm/vmm_dev.c
@@ -767,6 +767,7 @@
struct devmem_softc *dsc;
int error __diagused;
+ vm_disable_vcpu_creation(sc->vm);
error = vcpu_lock_all(sc);
KASSERT(error == 0, ("%s: error %d freezing vcpus", __func__, error));
vm_unlock_vcpus(sc->vm);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 15, 4:06 AM (12 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29700807
Default Alt Text
D46439.id.diff (363 B)
Attached To
Mode
D46439: arm64: Add a missing vm_disable_vcpu_creation() call in vmmdev_destroy()
Attached
Detach File
Event Timeline
Log In to Comment