Changeset 104386 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Apr 20, 2024 7:05:54 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/GICInternal.h
r100165 r104386 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 107 } GIC; 104 108 /** Pointer to GIC VM instance data. */
Note:
See TracChangeset
for help on using the changeset viewer.