- Timestamp:
- Mar 19, 2007 9:36:34 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/SELM.cpp
r1515 r1552 1430 1430 || pDesc->Gen.u4Type == X86_SEL_TYPE_SYS_386_TSS_BUSY; 1431 1431 1432 /** @note we should monitor the whole TSS to catch accesses to the virtual interrupt redirection bitmap, but 1433 * that causes some problems and with Windows guests some overhead as the entire TSS is rather big (3 pages). 1434 * We'll assume for now that the bitmap is static. 1435 */ 1432 1436 #if 1 1433 1437 /* Don't bother with anything but the core structure. (Actually all we care for is the r0 ss.) */
Note:
See TracChangeset
for help on using the changeset viewer.