VirtualBox

Changeset 84468 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
May 23, 2020 7:17:02 AM (5 years ago)
Author:
vboxsync
Message:

Network/DevVirtioNet_1.0.cpp: Removed force interrupt flag from API and calls since it is no longer a necessary workardound option due to fixing how avail ring flags are read.

File:
1 edited

Legend:

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

    r84391 r84468  
    851851
    852852    virtioCoreR3QueuePut(pDevIns, &pThis->Virtio, qIdx, &ReqSgBuf, pDescChain, true /* fFence */);
    853     virtioCoreQueueSync(pDevIns, &pThis->Virtio, qIdx, false);
     853    virtioCoreQueueSync(pDevIns, &pThis->Virtio, qIdx);
    854854
    855855    if (!ASMAtomicDecU32(&pThis->cActiveReqs) && pThisCC->fQuiescing)
     
    10401040
    10411041        virtioCoreR3QueuePut(pDevIns, &pThis->Virtio, pReq->qIdx, &ReqSgBuf, pReq->pDescChain, true /* fFence TBD */);
    1042         virtioCoreQueueSync(pDevIns, &pThis->Virtio, pReq->qIdx, false);
     1042        virtioCoreQueueSync(pDevIns, &pThis->Virtio, pReq->qIdx);
    10431043
    10441044        Log2(("-----------------------------------------------------------------------------------------\n"));
     
    15251525
    15261526    virtioCoreR3QueuePut(pDevIns, &pThis->Virtio, qIdx, &ReqSgBuf, pDescChain, true /*fFence*/);
    1527     virtioCoreQueueSync(pDevIns, &pThis->Virtio, qIdx, false);
     1527    virtioCoreQueueSync(pDevIns, &pThis->Virtio, qIdx);
    15281528
    15291529    return VINF_SUCCESS;
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