Changeset 47225 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jul 18, 2013 12:37:06 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r46286 r47225 2849 2849 * isn't necessarily equal if the segment is conforming. 2850 2850 * See section 4.11.1 in the AMD manual. 2851 * 2852 * Update: Where the heck does it say CS.RPL can differ from CPL other than 2853 * right after real->prot mode switch and when in V8086 mode? That 2854 * section says the RPL specified in a direct transfere (call, jmp, 2855 * ret) is not the one loaded into CS. Besides, if CS.RPL != CPL 2856 * it would be impossible for an exception handle or the iret 2857 * instruction to figure out whether SS:ESP are part of the frame 2858 * or not. VBox or qemu bug must've lead to this misconception. 2851 2859 */ 2852 2860 uint32_t uCpl;
Note:
See TracChangeset
for help on using the changeset viewer.