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)
Sun, Jul 27, 6:55 AM
Unknown Object (File)
Sat, Jul 26, 7:21 PM
Unknown Object (File)
Jul 5 2025, 11:56 PM
Unknown Object (File)
Jun 17 2025, 3:58 PM
Unknown Object (File)
Jun 16 2025, 11:38 AM
Unknown Object (File)
Jun 9 2025, 10:22 AM
Unknown Object (File)
May 29 2025, 11:37 PM
Unknown Object (File)
May 12 2025, 11:38 PM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 48428
Build 45314: arc lint + arc unit

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