VirtualBox

Changeset 81348 in vbox for trunk/src/VBox/Devices/VirtIO


Ignore:
Timestamp:
Oct 18, 2019 10:55:57 AM (5 years ago)
Author:
vboxsync
Message:

Storage/DevVirtioSCSI.cpp: Some improvements to failures related to bad targts, including control queue responses). Not sure if that helps the EFI problem Klaus was seeing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VirtIO/Virtio_1_0.cpp

    r81300 r81348  
    12131213        {
    12141214            /* See PDMDevHlp.cpp:pdmR3DevHlp_PCIRegisterMsi */
    1215             Log(("Failed to configure MSI-X (%Rrc). Reverting to INTx\n", rc));
     1215            LogFunc(("Failed to configure MSI-X (%Rrc). Reverting to INTx\n", rc));
    12161216            pVirtio->fMsiSupport = false;
    12171217        }
    12181218        else
    1219             Log(("Using MSI-X for guest driver notification\n"));
    1220     }
    1221     else
    1222         Log(("MSI-X not available for VBox, using INTx notification\n"));
     1219            Log2Func(("Using MSI-X for guest driver notification\n"));
     1220    }
     1221    else
     1222        LogFunc(("MSI-X not available for VBox, using INTx notification\n"));
    12231223
    12241224
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