]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Moved clearing of vmm_initialized to avoid the case
authorPeter Grehan <grehan@FreeBSD.org>
Thu, 1 Aug 2013 05:59:28 +0000 (05:59 +0000)
committerPeter Grehan <grehan@FreeBSD.org>
Thu, 1 Aug 2013 05:59:28 +0000 (05:59 +0000)
commit81ef6611ed72b3c10e079052da5d79c9a25f7449
tree9385867f09cde61d5b4218cdd862b6b0b1666ec9
parent4b00159792e413fd68ca0af6d07a7fc6ca4b47d3
Moved clearing of vmm_initialized to avoid the case
of unloading the module while VMs existed. This would
result in EBUSY, but would prevent further operations
on VMs resulting in the module being impossible to
unload.

Submitted by:   Tycho Nightingale (tycho.nightingale <at> plurisbusnetworks.com)
Reviewed by: grehan, neel
sys/amd64/vmm/vmm.c