Page MenuHomeFreeBSD

vmm: Clean up legacy create/destroy interface
ClosedPublic

Authored by emaste on Jul 25 2025, 5:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 1:14 AM
Unknown Object (File)
Sun, Oct 12, 1:14 AM
Unknown Object (File)
Sun, Oct 12, 1:14 AM
Unknown Object (File)
Sun, Oct 12, 1:14 AM
Unknown Object (File)
Sat, Oct 11, 3:44 PM
Unknown Object (File)
Sun, Sep 28, 11:15 PM
Unknown Object (File)
Wed, Sep 24, 8:36 AM
Unknown Object (File)
Wed, Sep 24, 4:07 AM
Subscribers

Details

Summary

Add sysctl descriptions, and remove surprising default text.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste created this revision.
markj added inline comments.
sys/dev/vmm/vmm_dev.c
822–823

You can just remove this line, buf is allocated with M_ZERO.

910–911

Same here.

920
This revision is now accepted and ready to land.Jul 25 2025, 5:34 PM