[Bug 227880] `kldstat -m` does not work for vmm.ko (while `kldstat -n` does)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 2 17:43:12 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227880

--- Comment #7 from Conrad Meyer <cem at freebsd.org> ---
The usual thing to do here is to split vmm.ko into three separate .ko's.  I
don't know the history here of why are one file.  Possibly just convenience. 
If they share significant code, maybe space savings.  (Although, that last one
can be solved by moving the shared code to a 4th module and depending on it
from the other three.)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-virtualization mailing list