Changeset 100707 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jul 26, 2023 1:13:19 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImplConfigArmV8.cpp
r100706 r100707 1059 1059 vrc = RTFdtNodePropertyAddString( hFdt, "stdout-path", "pl011@9000000"); VRC(); 1060 1060 vrc = RTFdtNodePropertyAddString( hFdt, "stdin-path", "pl011@9000000"); VRC(); 1061 vrc = RTFdtNodeFinalize(hFdt); 1061 vrc = RTFdtNodeFinalize(hFdt); 1062 1062 1063 1063 /* Finalize the FDT and add it to the resource store. */
Note:
See TracChangeset
for help on using the changeset viewer.