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)
Mar 7 2024, 10:31 AM
Unknown Object (File)
Mar 7 2024, 10:27 AM
Unknown Object (File)
Mar 7 2024, 9:36 AM
Unknown Object (File)
Mar 7 2024, 7:12 AM
Unknown Object (File)
Jan 14 2024, 9:35 AM
Unknown Object (File)
Dec 20 2023, 3:19 AM
Unknown Object (File)
Dec 5 2023, 6:19 PM
Unknown Object (File)
Nov 22 2023, 5:31 PM

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.