Page MenuHomeFreeBSD

bhyve: [snapshot] Rename 'structs' key with 'kern_structs'
ClosedPublic

Authored by gusev.vitaliy_gmail.com on May 15 2023, 1:48 PM.
Tags
Referenced Files
Unknown Object (File)
Nov 12 2024, 7:06 AM
Unknown Object (File)
Nov 1 2024, 3:32 AM
Unknown Object (File)
Oct 23 2024, 7:14 AM
Unknown Object (File)
Oct 1 2024, 2:55 PM
Unknown Object (File)
Oct 1 2024, 8:48 AM
Unknown Object (File)
Sep 30 2024, 12:13 PM
Unknown Object (File)
Sep 30 2024, 6:19 AM
Unknown Object (File)
Sep 29 2024, 9:53 PM

Details

Summary

Using key 'structs' is ambiguous. This section contains data
related to the kernel. It should use a more informative naming.

Sponsored by: vStack

Related to multiple devices support.

Test Plan

Note,

.meta file contents is changed:
From "structs": [
to "kern_structs": [

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.May 15 2023, 5:24 PM

One general note: Please try to explain why a change is required in your commit message. "Related to xy" is not enough. It should explain why it is related to xy and what's the advantage of the patch.

gusev.vitaliy_gmail.com retitled this revision from bhyve: [snapshot] Rename 'struct' key with 'kern_struct' to bhyve: [snapshot] Rename 'struct's key with 'kern_structs'.Jun 14 2023, 12:01 AM
gusev.vitaliy_gmail.com edited the summary of this revision. (Show Details)
gusev.vitaliy_gmail.com retitled this revision from bhyve: [snapshot] Rename 'struct's key with 'kern_structs' to bhyve: [snapshot] Rename 'structs' key with 'kern_structs'.Jun 14 2023, 12:05 AM