- Enable VM_CAP_IPI_EXIT in fbsdrun_set_capabilities along with other capabilities enabled on all vCPUs.
- Don't call fbsdrun_set_capabilities a second time on the BSP in spinup_vcpu.
- To preserve previous behavior, don't enable unrestricted guest mode on the BSP (this unbreaks single-vCPU guests on Nehalem systems, though supporting such setups is of dubious value).
- Don't set any capabilities in spinup_ap(). These are now all redundant with earlier settings from spinup_vcpu().
- While here, axe a stale comment from fbsdrun_addcpu(). This function is now always called from the main thread for all vCPUs.