Now they are correctly taggued and put into the -dev package
Details
Details
- Reviewers
bapt - Group Reviewers
pkgbase - Commits
- rG577dfb1ca15f: pkgbase: Install all cam includes with INCS
rG0594b2879588: pkgbase: Install all cam includes with INCS
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
If there are two vcpus, and one is already halted, then we may suspend the VM here. Then the halted vcpu thread can wake up and handle a signal, so the VM will be suspended but halted_cpus != active_cpus. Hmm, but vmx_run() and svm_run() will return VM_EXITCODE_SUSPENDED once the vcpu tries to continue executing the (suspended) guest, so this seems ok.