* Disable SVM on all CPUs. */
| 163 | * Disable SVM on all CPUs. |
| 164 | */ |
| 165 | static int |
| 166 | svm_modcleanup(void) |
| 167 | { |
| 168 | |
| 169 | smp_rendezvous(NULL, svm_disable, NULL, NULL); |
| 170 | return (0); |
| 171 | } |
| 172 | |
| 173 | /* |
| 174 | * Verify that all the features required by bhyve are available. |
nothing calls this directly
no test coverage detected