Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 48034 Build 44921: arc lint + arc unit
Event Timeline
sys/amd64/vmm/amd/svm.c | ||
---|---|---|
2635–2636 | Nit: You've changed the return type of svm_get_tsc_offset to void. So, this could be void too. |
sys/amd64/vmm/amd/svm.c | ||
---|---|---|
2635–2636 | This is a vmmop function, so the signature is shared with VT-x. The vmx version of this can return errors. |
sys/amd64/vmm/amd/svm.c | ||
---|---|---|
2635–2636 | Oh sry, haven't seen it. |