Changeset 85718 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/Library/QemuBootOrderLib
- Timestamp:
- Aug 12, 2020 4:09:12 PM (4 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-133213 /vendor/edk2/current 103735-103757,103769-103776,129194-139864
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/Library/QemuBootOrderLib/ExtraRootBusMap.c
r80721 r85718 217 217 Acpi = OrderedCollectionUserStruct (Entry); 218 218 Map->BusNumbers[Idx] = Acpi->UID; 219 DEBUG (( EFI_D_VERBOSE,219 DEBUG ((DEBUG_VERBOSE, 220 220 "%a: extra bus position 0x%Lx maps to bus number (UID) 0x%x\n", 221 221 __FUNCTION__, (UINT64)(Idx + 1), Acpi->UID)); -
trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.c
r80721 r85718 413 413 structure is indeterminate. 414 414 415 @param[out] IsFinal In case of success ul parsing, this parameter signals415 @param[out] IsFinal In case of successful parsing, this parameter signals 416 416 whether the node just parsed is the final node in the 417 417 device path. The call after a final node will attempt
Note:
See TracChangeset
for help on using the changeset viewer.