Changeset 48248 in vbox
- Timestamp:
- Sep 3, 2013 12:44:22 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/VBox/vmm/iom.h (modified) (1 diff)
-
src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/iom.h
r45305 r48248 58 58 * 59 59 * @remark To avoid making assumptions about the layout of the 60 * VINF_EM_FIRST...VINF_EM_LAST range we're checking 61 * explicitly for each for exach the exceptions. 62 * However, for efficieny we ASSUME that the 63 * VINF_EM_LAST is smaller than most of the relevant 64 * status codes. We also ASSUME that the 65 * VINF_EM_RESCHEDULE_REM status code is the most 66 * frequent status code we'll enounter in this range. 60 * VINF_EM_FIRST...VINF_EM_LAST range we're checking explicitly for 61 * each exact exception. However, for efficiency we ASSUME that the 62 * VINF_EM_LAST is smaller than most of the relevant status codes. We 63 * also ASSUME that the VINF_EM_RESCHEDULE_REM status code is the 64 * most frequent status code we'll enounter in this range. 67 65 * 68 66 * @todo Will have to add VINF_EM_DBG_HYPER_BREAKPOINT if the -
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r48240 r48248 1981 1981 /** 1982 1982 * Sets up the initial exception bitmap in the VMCS based on static conditions 1983 * (i.e. conditions that cannot ever change a t runtime).1983 * (i.e. conditions that cannot ever change after starting the VM). 1984 1984 * 1985 1985 * @returns VBox status code.
Note:
See TracChangeset
for help on using the changeset viewer.

