Changeset 81514 in vbox for trunk/src/VBox/Devices/VMMDev
- Timestamp:
- Oct 24, 2019 11:25:11 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134242
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDev.cpp
r81031 r81514 4751 4751 /* .uReserved0 = */ 0, 4752 4752 /* .szName = */ "VMMDev", 4753 /* .fFlags = */ PDM_DEVREG_FLAGS_ HOST_BITS_DEFAULT | PDM_DEVREG_FLAGS_GUEST_BITS_DEFAULT | PDM_DEVREG_FLAGS_RC | PDM_DEVREG_FLAGS_R0,4753 /* .fFlags = */ PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ, 4754 4754 /* .fClass = */ PDM_DEVREG_CLASS_VMM_DEV, 4755 4755 /* .cMaxInstances = */ 1,
Note:
See TracChangeset
for help on using the changeset viewer.