Re: CVS commit: src/sys/dev/nvmm

2019-04-07 Thread Maxime Villard
Le 07/04/2019 à 22:58, Paul Goyette a écrit : On Sun, 7 Apr 2019, Maxime Villard wrote: Module Name:    src Committed By:    maxv Date:    Sun Apr  7 14:05:15 UTC 2019 Modified Files: src/sys/dev/nvmm: nvmm.c Log Message: Don't allow unloading when there are still VMs registered, and

Re: CVS commit: src/sys/dev/nvmm

2019-04-07 Thread Paul Goyette
On Sun, 7 Apr 2019, Maxime Villard wrote: Module Name:src Committed By: maxv Date: Sun Apr 7 14:05:15 UTC 2019 Modified Files: src/sys/dev/nvmm: nvmm.c Log Message: Don't allow unloading when there are still VMs registered, and don't allow auto-unloading at all. Not a