-
Notifications
You must be signed in to change notification settings - Fork 41
Labels
type:feature-requestA new feature proposalA new feature proposalurgency:mediumImportant with a moderate impactImportant with a moderate impact
Description
Feature Overview
The GicBases struct is currently a tuple struct, so you access its fields with .0 and .1. Pair this with the changes made in #1049 which wraps this tuple struct in another tuple struct and you begin accessing the gic bases as 0.0 and 0.1 which is not clean. Both structures should be updated to be named field structs.
Solution Overview
Update GicBases and HwInterruptProtocolInstaller to be named field structs.
Alternatives Considered
No response
Urgency
Medium
Are you going to implement the feature request?
I will implement the feature
Do you need maintainer feedback?
No maintainer feedback needed
Anything else?
No response
Metadata
Metadata
Assignees
Labels
type:feature-requestA new feature proposalA new feature proposalurgency:mediumImportant with a moderate impactImportant with a moderate impact