Page MenuHomeFreeBSD

vmm: Pass vcpu instead of vm and vcpuid to APIs used from CPU backends.
ClosedPublic

Authored by jhb on Oct 27 2022, 3:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 14, 1:55 AM
Unknown Object (File)
Mon, Apr 13, 10:26 PM
Unknown Object (File)
Mon, Apr 13, 10:18 PM
Unknown Object (File)
Sat, Apr 11, 4:14 PM
Unknown Object (File)
Fri, Apr 3, 5:12 AM
Unknown Object (File)
Thu, Apr 2, 4:17 PM
Unknown Object (File)
Wed, Apr 1, 4:37 PM
Unknown Object (File)
Tue, Mar 17, 7:04 PM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Oct 27 2022, 3:04 PM
corvink added a subscriber: corvink.
corvink added inline comments.
sys/amd64/vmm/amd/svm.c
2628–2629

Nit: You've changed the return type of svm_get_tsc_offset to void. So, this could be void too.

This revision is now accepted and ready to land.Nov 11 2022, 11:42 AM
sys/amd64/vmm/amd/svm.c
2628–2629

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
2628–2629

Oh sry, haven't seen it.