Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 May 2018 17:43:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 227880] `kldstat -m` does not work for vmm.ko (while `kldstat -n` does)
Message-ID:  <bug-227880-27103-mKWMkVLU9V@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227880-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227880-27103@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227880

--- Comment #7 from Conrad Meyer <cem@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=
.=20
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.)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227880-27103-mKWMkVLU9V>