Changeset 61875 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 24, 2016 8:48:06 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/APICAll.cpp
r61848 r61875 1271 1271 } 1272 1272 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. */ 1273 1278 AssertMsgFailed(("APIC%u: apicSetEoi: Failed to find any ISR bit\n", pVCpu->idCpu)); 1279 #endif 1280 } 1274 1281 1275 1282 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.