VirtualBox

Ignore:
Timestamp:
Oct 20, 2023 10:47:48 AM (16 months ago)
Author:
vboxsync
Message:

Main: Don't apply the PCI slot swap hack for the ARMv8 virtual platform, bugref:10528

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImplConfigArmV8.cpp

    r101496 r101515  
    695695#endif
    696696
     697#if 0
    697698    vrc = RTFdtNodeAdd(hFdt, "chosen");                                                 VRC();
    698699    vrc = RTFdtNodePropertyAddString(  hFdt, "stdout-path", "pl011@9000000");           VRC();
    699700    vrc = RTFdtNodePropertyAddString(  hFdt, "stdin-path", "pl011@9000000");            VRC();
    700701    vrc = RTFdtNodeFinalize(hFdt);
     702#endif
    701703
    702704    /* Finalize the FDT and add it to the resource store. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette