Changeset 105687 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Aug 15, 2024 12:45:46 PM (6 months ago)
- svn:sync-xref-src-repo-rev:
- 164386
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/GICInternal.h
r104386 r105687 101 101 /** The ring-3 device instance. */ 102 102 PPDMDEVINSR3 pDevInsR3; 103 #ifdef RT_OS_LINUX 104 /** Flag whether the in-kernel KVM GIC is used. */ 105 bool fKvmGic; 106 #endif 103 /** Flag whether the GIC provided by NEM is used. */ 104 bool fNemGic; 107 105 } GIC; 108 106 /** Pointer to GIC VM instance data. */
Note:
See TracChangeset
for help on using the changeset viewer.