Page MenuHomeFreeBSD

bhyve: Remove the exitcode stats structure
ClosedPublic

Authored by markj on May 23 2023, 7:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 24 2025, 1:15 PM
Unknown Object (File)
Feb 19 2025, 2:49 PM
Unknown Object (File)
Jan 12 2025, 4:00 PM
Unknown Object (File)
Jan 8 2025, 7:33 AM
Unknown Object (File)
Nov 22 2024, 7:04 PM
Unknown Object (File)
Nov 7 2024, 3:56 PM
Unknown Object (File)
Oct 7 2024, 10:38 AM
Unknown Object (File)
Oct 7 2024, 6:52 AM

Details

Summary

This structure isn't used for anything, and only counts a subset of
vmexit types. Moreover, it is not accurate since there is no
synchronization between vcpu threads. Simply remove it.

No functional change intended.

Diff Detail

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

Event Timeline

markj requested review of this revision.May 23 2023, 7:08 PM
jhb added a subscriber: jhb.

I suspect the idea was you could examine it via gdb or the like during early development, but it doesn't serve a purpose now.

This revision is now accepted and ready to land.May 23 2023, 9:15 PM
This revision was automatically updated to reflect the committed changes.