summaryrefslogtreecommitdiffstats
path: root/src/VBox/ValidationKit/bootsectors/todo.txt
blob: 0d8d407dbbecf37bf7b5bb3844dec943b8e9c1e7 (plain)
1
2
3
4
5
6
7
8
9
10
$Id: todo.txt $

Tripple fault variations:
 - VT-x + NP: #PF w/ bad 32-bit IDT (set u1DescType=1). Injection causes #GP(73) loop. (r63775 cpu-pf-1)
 - HWACCM (?): Enable PAE with bad PDPE for the next instr/jmp. Loops in at least one setup.

Special General Protection Faults:
 - Bad IDT entry. For instance X86DESCGATE::u1DescType = 1 (!system) of the #PF
   entry and trigger a page fault.  VT-x then tries to raise #GP(0x73).