VirtualBox

Changeset 98523 in vbox


Ignore:
Timestamp:
Feb 10, 2023 10:40:59 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155792
Message:

Devices/DevE1000: Don't try passing up VERR_NET_DOWN to IOM/EM or it will causes a guru meditation, primarily happens on Windows with Hyper-V or macOS because there we are not running any R0 component which would take another path, ticketref:21488

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevE1000.cpp

    r98103 r98523  
    59735973        {
    59745974            rc = e1kXmitPending(pDevIns, pThis, false /*fOnWorkerThread*/);
    5975             if (rc == VERR_TRY_AGAIN)
     5975            if (   rc == VERR_TRY_AGAIN
     5976                || rc == VERR_NET_DOWN)
    59765977                rc = VINF_SUCCESS;
    59775978#ifndef IN_RING3
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