Changeset 85718 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.c
- Timestamp:
- Aug 12, 2020 4:09:12 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139865
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 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/XenPvBlkDxe/XenPvBlkDxe.c
r80721 r85718 242 242 @retval EFI_DEVICE_ERROR The device could not be started due to a device error.Currently not implemented. 243 243 @retval EFI_OUT_OF_RESOURCES The request could not be completed due to a lack of resources. 244 @retval Others The driver fail ded to start the device.244 @retval Others The driver failed to start the device. 245 245 246 246 **/ … … 305 305 ); 306 306 if (EFI_ERROR (Status)) { 307 DEBUG (( EFI_D_ERROR, "XenPvBlk: install protocol fail: %r\n", Status));307 DEBUG ((DEBUG_ERROR, "XenPvBlk: install protocol fail: %r\n", Status)); 308 308 goto UninitBlockFront; 309 309 }
Note:
See TracChangeset
for help on using the changeset viewer.