vCPU-s threads are starting before init_snapshot() is called. That can lead
to VM hangs in waiting of userspace vcpu_lock mutex.
init_snapshot() only initializes static variables (mutex, cv) and that code can be
optimized and removed.
Fixes: 9a9a248964696 ("bhyve: init checkput before caph_enter")
Sponsored by: vStack