Page MenuHomeFreeBSD

vmm: Restore the correct vm_inject_*() prototypes
ClosedPublic

Authored by markj on Nov 18 2022, 6:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 6:22 PM
Unknown Object (File)
Dec 23 2023, 3:54 AM
Unknown Object (File)
Sep 21 2023, 10:18 PM
Unknown Object (File)
Sep 11 2023, 1:32 PM
Unknown Object (File)
Aug 7 2023, 8:52 PM
Unknown Object (File)
Aug 7 2023, 8:51 PM
Unknown Object (File)
Aug 7 2023, 8:43 PM
Unknown Object (File)
Jul 31 2023, 10:53 AM
Subscribers

Details

Summary

Fixes: 80cb5d845b8f ("vmm: Pass vcpu instead of vm and vcpuid to APIs used from CPU backends.")

Diff Detail

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

Event Timeline

markj requested review of this revision.Nov 18 2022, 6:58 PM

Eh, humm. I swear I had fixed this during one of my rebases. This is another good reason to add a struct vcpu in userland as it allows this #ifdef to go away.

This revision is now accepted and ready to land.Nov 18 2022, 7:09 PM