Page MenuHomeFreeBSD

vmm: Restore the correct vm_inject_*() prototypes
ClosedPublic

Authored by markj on Nov 18 2022, 6:58 PM.
Tags
None
Referenced Files
F58354302: D37443.id113322.diff
Wed, Mar 22, 10:38 PM
Unknown Object (File)
Sat, Mar 18, 10:23 AM
Unknown Object (File)
Feb 12 2023, 5:06 PM
Unknown Object (File)
Feb 8 2023, 5:16 PM
Unknown Object (File)
Jan 2 2023, 2:18 AM
Unknown Object (File)
Dec 18 2022, 7:03 AM
Unknown Object (File)
Dec 14 2022, 11:16 PM
Unknown Object (File)
Dec 2 2022, 2:48 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 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