Changeset 63637 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 25, 2016 2:12:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/APICAll.cpp
r63633 r63637 1094 1094 * 1095 1095 * @remarks This function is used by both x2APIC interface and the Hyper-V 1096 * interface, see APICHvSetIcr (). The Hyper-V spec isn't clear what1097 * happens when invalid bits are set. For the time being, it will #GP1098 * like a regular x2APIC access.1096 * interface, see APICHvSetIcr. The Hyper-V spec isn't clear what 1097 * happens when invalid bits are set. For the time being, it will 1098 * \#GP like a regular x2APIC access. 1099 1099 */ 1100 1100 static VBOXSTRICTRC apicSetIcr(PVMCPU pVCpu, uint64_t u64Icr, int rcRZ)
Note:
See TracChangeset
for help on using the changeset viewer.