Changeset 108483 in vbox for trunk/src/VBox/VMM/include/GICInternal.h
- Timestamp:
- Mar 10, 2025 7:00:57 AM (2 months ago)
- svn:sync-xref-src-repo-rev:
- 167871
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/GICInternal.h
r108480 r108483 181 181 uint8_t uMaxExtPpi; 182 182 /** Whether range-selector is supported (GICD_TYPER.RSS and ICC_CTLR_EL1.RSS). */ 183 bool fRangeSel Support;183 bool fRangeSel; 184 184 /** Whether NMIs are supported (GICD_TYPER.NMI). */ 185 185 bool fNmi;
Note:
See TracChangeset
for help on using the changeset viewer.