Changeset 81514 in vbox for trunk/src/VBox/Devices/EFI
- Timestamp:
- Oct 24, 2019 11:25:11 AM (5 years ago)
- Location:
- trunk/src/VBox/Devices/EFI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/DevEFI.cpp
r81509 r81514 2705 2705 /* .uReserved0 = */ 0, 2706 2706 /* .szName = */ "efi", 2707 /* .fFlags = */ PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_R 0 | PDM_DEVREG_FLAGS_RC| PDM_DEVREG_FLAGS_NEW_STYLE,2707 /* .fFlags = */ PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ | PDM_DEVREG_FLAGS_NEW_STYLE, 2708 2708 /* .fClass = */ PDM_DEVREG_CLASS_ARCH_BIOS, 2709 2709 /* .cMaxInstances = */ 1, -
trunk/src/VBox/Devices/EFI/DevSmc.cpp
r80704 r81514 1500 1500 /* .uReserved0 = */ 0, 1501 1501 /* .szName = */ "smc", 1502 /* .fFlags = */ PDM_DEVREG_FLAGS_ HOST_BITS_DEFAULT | PDM_DEVREG_FLAGS_GUEST_BITS_DEFAULT | PDM_DEVREG_FLAGS_R0 | PDM_DEVREG_FLAGS_RC,1502 /* .fFlags = */ PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ, 1503 1503 /* .fClass = */ PDM_DEVREG_CLASS_ARCH, 1504 1504 /* .cMaxInstances = */ 1,
Note:
See TracChangeset
for help on using the changeset viewer.