Changeset 43320 in vbox
- Timestamp:
- Sep 13, 2012 2:28:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDev.cpp
r40054 r43320 536 536 pThis->pDrv->pfnUpdateGuestInfo2(pThis->pDrv, uFullVersion, pszName, pInfo2->additionsRevision, pInfo2->additionsFeatures); 537 537 538 /* Clear our IRQ in case it was high for whatever reason. */ 539 PDMDevHlpPCISetIrqNoWait (pThis->pDevIns, 0, 0); 540 538 541 return VINF_SUCCESS; 539 542 } … … 923 926 924 927 if (pThis->fu32AdditionsOk) 928 { 925 929 pRequestHeader->rc = VINF_SUCCESS; 930 /* Clear our IRQ in case it was high for whatever reason. */ 931 PDMDevHlpPCISetIrqNoWait (pThis->pDevIns, 0, 0); 932 } 926 933 else 927 934 pRequestHeader->rc = VERR_VERSION_MISMATCH;
Note:
See TracChangeset
for help on using the changeset viewer.