Changeset 105072 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- Jun 28, 2024 12:03:20 PM (11 months ago)
- svn:sync-xref-src-repo-rev:
- 163692
- Location:
- trunk/src/VBox/ValidationKit/bootsectors
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-weird-1-x0.c
r102789 r105072 394 394 * erratum is seen with virtually every march since, e.g. skylake SKL009 & SKL111. 395 395 * Weirdly enougth, they seem to get this right in real mode. Go figure. 396 * 397 * Update: In real mode there is no ring transition, so we'll be trampling on 398 * breakpoint again (POP SS changes SP) when the INT/whatever instruction writes 399 * the return address. 396 400 */ 397 401 g_usBs3TestStep++; -
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-weird-1.c
r105035 r105072 57 57 static const BS3TESTMODEBYONEENTRY g_aModeByOneTests[] = 58 58 { 59 #if 0 /** @todo fails in native recompiler atm. *//** @todo asserts in ring-0 on VT-x! */59 #if 1/** @todo asserts in ring-0 on VT-x! */ 60 60 { "dbg+inhibit+ringxfer", BS3_CMN_FAR_NM(bs3CpuWeird1_DbgInhibitRingXfer), 0 }, 61 61 #endif 62 #if 1 /** @todo asserts in native recompiler debug builds, but seems to work otherwise. */62 #if 1 63 63 { "pc wrapping", BS3_CMN_FAR_NM(bs3CpuWeird1_PcWrapping), 0 }, 64 64 #endif
Note:
See TracChangeset
for help on using the changeset viewer.