Move the vmm_initialized check out of vm_create() and into the legacy
sysctl handler. If vmm_initialized is false, /dev/vmmctl will not be
available and so cannot be used to create VMs.
Introduce new MD vmm_init() and vmm_cleanup() routines which handle MD
(de)initialization.
No functional change intended.