Changeset 48936 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Oct 7, 2013 9:21:42 PM (11 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CSAM.cpp
r45620 r48936 958 958 /* mov xx, CS is a dangerous instruction as our raw ring usage leaks through. */ 959 959 if ( EMIsRawRing1Enabled(pVM) 960 && (pCpu->Param2.fUse & DISUSE_REG_SEG) 960 && (pCpu->Param2.fUse & DISUSE_REG_SEG) 961 961 && (pCpu->Param2.Base.idxSegReg == DISSELREG_CS)) 962 962 { … … 2714 2714 2715 2715 rc = PATMR3InstallPatch(pVM, pHandler, fPatchFlags); 2716 if ( RT_SUCCESS(rc) 2716 if ( RT_SUCCESS(rc) 2717 2717 || rc == VERR_PATM_ALREADY_PATCHED) 2718 2718 { -
trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp
r48890 r48936 815 815 if (paUsbDevs[i].pUsbDev->pReg->fFlags & PDM_USBREG_HIGHSPEED_CAPABLE) 816 816 iUsbVersion |= VUSB_STDVER_20; 817 817 818 818 /* 819 819 * Find a suitable hub with free ports.
Note:
See TracChangeset
for help on using the changeset viewer.