VirtualBox

Ignore:
Timestamp:
Jul 3, 2020 7:07:42 AM (4 years ago)
Author:
vboxsync
Message:

Network/DevVirtioNet_1_0.cpp: Return virtioCoreVirtqAttach() to virtioCoreR3VirtqAttach() because it otherwise drags a RTStrCopy() reference into VBoxDD0 and breaks things.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevVirtioSCSI.cpp

    r85025 r85045  
    24732473    for (uint16_t uVirtqNbr = 0; uVirtqNbr < VIRTIOSCSI_VIRTQ_CNT; uVirtqNbr++)
    24742474    {
    2475         rc = virtioCoreVirtqAttach(&pThis->Virtio, uVirtqNbr, VIRTQNAME(uVirtqNbr));
     2475        rc = virtioCoreR3VirtqAttach(&pThis->Virtio, uVirtqNbr, VIRTQNAME(uVirtqNbr));
    24762476        if (RT_FAILURE(rc))
    24772477            continue;
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