VirtualBox

Changeset 61875 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jun 24, 2016 8:48:06 AM (9 years ago)
Author:
vboxsync
Message:

APIC: Make assertion local only for now, figure out if the guest can do this intentionally in certain situations later.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/APICAll.cpp

    r61848 r61875  
    12711271    }
    12721272    else
     1273    {
     1274#ifdef DEBUG_ramshankar
     1275        /** @todo Figure out if this is done intentionally by guests or is a bug
     1276         *   in our emulation. Happened with Win10 SMP VM after installing
     1277         *   guest additions with 3D support. */
    12731278        AssertMsgFailed(("APIC%u: apicSetEoi: Failed to find any ISR bit\n", pVCpu->idCpu));
     1279#endif
     1280    }
    12741281
    12751282    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